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