From 58cb4849d3652ae583dae5813a9015ff0c3959b3 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 26 Jul 2023 09:09:57 +0200 Subject: [PATCH] move nightly cron job a little earlier --- src/tools/miri/.github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/miri/.github/workflows/ci.yml b/src/tools/miri/.github/workflows/ci.yml index 452677d91465..462c921d722e 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'