From edaca7707df636707265f7e999a0545efb69ef1f Mon Sep 17 00:00:00 2001 From: sagu <16504129+sagudev@users.noreply.github.com> Date: Sun, 11 Jul 2021 09:44:20 +0200 Subject: [PATCH 1/2] Update rust.yml for #11 --- .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..a16d9f2ae44 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 01:10,02:10,03:10 UTC every day. + - cron: '10 1,2,3 * * *' 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 From fb85d5c38eaa857fea9c2c19778b31b28315602b Mon Sep 17 00:00:00 2001 From: sagu <16504129+sagudev@users.noreply.github.com> Date: Thu, 12 Aug 2021 06:45:02 +0200 Subject: [PATCH 2/2] Update rust.yml --- .github/workflows/rust.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a16d9f2ae44..1e989912933 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -6,7 +6,9 @@ on: pull_request: branches: [ master ] schedule: - # Runs at 01:10,02:10,03:10 UTC every day. + # 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: