From 5daf4192a98570b8e02de3f7cea4b6b89081951c Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Wed, 11 May 2022 07:06:17 -0400 Subject: [PATCH] Run GMT Dev Tests on Monday, Wednesday and Friday only (#1922) * Schedule GMT Dev Tests on Monday, Wednesday and Friday only * Update doc/maintenance.md to mention Mon/Wed/Fri cron schedule --- .github/workflows/ci_tests_dev.yaml | 4 ++-- doc/maintenance.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index 44d4432ba3c..c748420a2ff 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -17,9 +17,9 @@ on: - '.gitignore' repository_dispatch: types: [test-gmt-dev-command] - # Schedule daily tests + # Schedule tests on Monday/Wednesday/Friday schedule: - - cron: '0 0 * * *' + - cron: '0 0 * * 1,3,5' jobs: test_gmt_dev: diff --git a/doc/maintenance.md b/doc/maintenance.md index a5140b766d9..3c4653c9c9d 100644 --- a/doc/maintenance.md +++ b/doc/maintenance.md @@ -108,8 +108,8 @@ There are 11 configuration files located in `.github/workflows`: 4. `ci_tests_dev.yaml` (GMT Dev Tests on Linux/macOS/Windows). This is triggered when a PR is marked as "ready for review", or using the - slash command `/test-gmt-dev`. It is also scheduled to run daily on the - *main* branch. + slash command `/test-gmt-dev`. It is also scheduled to run on Monday, + Wednesday and Friday on the *main* branch. 5. `cache_data.yaml` (Caches GMT remote data files needed for GitHub Actions CI)