Weekly future tests #20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Weekly future tests | |
| on: | |
| schedule: | |
| # Scheduled for 0430 UTC on Monday mornings to detect bitrot | |
| - cron: '30 4 * * 1' | |
| jobs: | |
| test_future: | |
| uses: ./.github/workflows/test.yml | |
| with: | |
| source_ref: future | |
| firedrake_docker_version: dev-main | |
| secrets: inherit |