From 5bd64caa822ca8296f173873a32dce3991c352ad Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 11 Jul 2021 14:02:03 +0200 Subject: [PATCH] run the update after the release process is most likely done --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 95aa8e9c3de..f043c5242ce 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -6,8 +6,8 @@ on: pull_request: branches: [ master ] schedule: - # Runs at 00:10 UTC every day. - - cron: '10 0 * * *' + # Runs at 2:00 UTC every day (to give the release process 2h to complete). + - cron: '0 2 * * *' env: CARGO_TERM_COLOR: always @@ -35,4 +35,4 @@ jobs: mv ../output/* . git add . git commit -m "Deploy $GITHUB_SHA to gh-pages" - git push --force \ No newline at end of file + git push --force