Skip to content

Commit

Permalink
Run GMT Dev Tests on Monday, Wednesday and Friday only (GenericMappin…
Browse files Browse the repository at this point in the history
…gTools#1922)

* Schedule GMT Dev Tests on Monday, Wednesday and Friday only
* Update doc/maintenance.md to mention Mon/Wed/Fri cron schedule
  • Loading branch information
weiji14 authored and Josh Sixsmith committed Dec 21, 2022
1 parent e700789 commit c13c044
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions doc/maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c13c044

Please sign in to comment.