diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 95aa8e9c3de..1e989912933 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -6,8 +6,10 @@ on: pull_request: branches: [ master ] schedule: - # Runs at 00:10 UTC every day. - - cron: '10 0 * * *' + # Runs at 01:10,02:10,03:10 UTC every day. + # Random minutes are used because: + # https://github.com/rust-lang/rustup-components-history/pull/38#discussion_r667472423 + - cron: '10 1,2,3 * * *' env: CARGO_TERM_COLOR: always @@ -35,4 +37,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