mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 09:14:20 +00:00
move nightly cron job a little earlier
This commit is contained in:
parent
0c9d1a353e
commit
58cb4849d3
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…
Reference in New Issue
Block a user