File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
- ' .gitignore'
18
18
repository_dispatch :
19
19
types : [test-gmt-dev-command]
20
- # Schedule daily tests
20
+ # Schedule tests on Monday/Wednesday/Friday
21
21
schedule :
22
- - cron : ' 0 0 * * * '
22
+ - cron : ' 0 0 * * 1,3,5 '
23
23
24
24
jobs :
25
25
test_gmt_dev :
Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ There are 11 configuration files located in `.github/workflows`:
108
108
4 . ` ci_tests_dev.yaml ` (GMT Dev Tests on Linux/macOS/Windows).
109
109
110
110
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.
113
113
114
114
5 . ` cache_data.yaml ` (Caches GMT remote data files needed for GitHub Actions CI)
115
115
You can’t perform that action at this time.
0 commit comments