move nightly cron job a little earlier
This commit is contained in:
parent
0c9d1a353e
commit
58cb4849d3
1 changed files with 1 additions and 1 deletions
2
src/tools/miri/.github/workflows/ci.yml
vendored
2
src/tools/miri/.github/workflows/ci.yml
vendored
|
|
@ -10,7 +10,7 @@ on:
|
|||
branches:
|
||||
- 'master'
|
||||
schedule:
|
||||
- cron: '6 6 * * *' # At 6:06 UTC every day.
|
||||
- cron: '11 5 * * *' # At 5:11 UTC every day.
|
||||
|
||||
env:
|
||||
CARGO_UNSTABLE_SPARSE_REGISTRY: 'true'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue