diff options
| author | Ralf Jung <post@ralfj.de> | 2023-07-26 09:09:57 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-07-26 09:09:57 +0200 |
| commit | 58cb4849d3652ae583dae5813a9015ff0c3959b3 (patch) | |
| tree | fc3909399d700ad371c15b26426849d1e514c5f9 | |
| parent | 0c9d1a353e117fc7644fefb6c820476b1ff34271 (diff) | |
| download | rust-58cb4849d3652ae583dae5813a9015ff0c3959b3.tar.gz rust-58cb4849d3652ae583dae5813a9015ff0c3959b3.zip | |
move nightly cron job a little earlier
| -rw-r--r-- | src/tools/miri/.github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/.github/workflows/ci.yml b/src/tools/miri/.github/workflows/ci.yml index 452677d9146..462c921d722 100644 --- a/src/tools/miri/.github/workflows/ci.yml +++ b/src/tools/miri/.github/workflows/ci.yml @@ -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' |
