From 3712edca6a6a38a3ce1c23eb58d126dc21043411 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Tue, 1 Mar 2022 08:56:23 +0800 Subject: [PATCH] Disable data cache in PR --- .github/workflows/cache_data.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cache_data.yaml b/.github/workflows/cache_data.yaml index deb3f3e0737..38ae7be8d18 100644 --- a/.github/workflows/cache_data.yaml +++ b/.github/workflows/cache_data.yaml @@ -3,7 +3,7 @@ name: Cache data on: # Uncomment the 'pull_request' line below to manually re-cache data artifacts - pull_request: + # pull_request: # Schedule runs on 12 noon every Sunday schedule: - cron: '0 12 * * 0'