Skip to content

Commit 5daf419

Browse files
authored
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
1 parent d4caab4 commit 5daf419

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci_tests_dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ on:
1717
- '.gitignore'
1818
repository_dispatch:
1919
types: [test-gmt-dev-command]
20-
# Schedule daily tests
20+
# Schedule tests on Monday/Wednesday/Friday
2121
schedule:
22-
- cron: '0 0 * * *'
22+
- cron: '0 0 * * 1,3,5'
2323

2424
jobs:
2525
test_gmt_dev:

doc/maintenance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ There are 11 configuration files located in `.github/workflows`:
108108
4. `ci_tests_dev.yaml` (GMT Dev Tests on Linux/macOS/Windows).
109109

110110
This is triggered when a PR is marked as "ready for review", or using the
111-
slash command `/test-gmt-dev`. It is also scheduled to run daily on the
112-
*main* branch.
111+
slash command `/test-gmt-dev`. It is also scheduled to run on Monday,
112+
Wednesday and Friday on the *main* branch.
113113

114114
5. `cache_data.yaml` (Caches GMT remote data files needed for GitHub Actions CI)
115115

0 commit comments

Comments
 (0)