From afe2d233c56f03a06d7f671e2ec03ea705c33e2a Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Wed, 27 Dec 2023 16:23:33 +1300 Subject: [PATCH] Temporarily enable cache_data and ci_tests_legacy and --- .github/workflows/cache_data.yaml | 2 +- .github/workflows/ci_tests_legacy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cache_data.yaml b/.github/workflows/cache_data.yaml index 998158789b5..c3b48e37529 100644 --- a/.github/workflows/cache_data.yaml +++ b/.github/workflows/cache_data.yaml @@ -12,7 +12,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' diff --git a/.github/workflows/ci_tests_legacy.yaml b/.github/workflows/ci_tests_legacy.yaml index 81449848ed0..c4802b916db 100644 --- a/.github/workflows/ci_tests_legacy.yaml +++ b/.github/workflows/ci_tests_legacy.yaml @@ -11,7 +11,7 @@ name: GMT Legacy Tests on: # push: # branches: [ main ] - # pull_request: + pull_request: # types: [ready_for_review] # paths-ignore: # - 'doc/**'