We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec4bc0 commit 5bd64caCopy full SHA for 5bd64ca
.github/workflows/rust.yml
@@ -6,8 +6,8 @@ on:
6
pull_request:
7
branches: [ master ]
8
schedule:
9
- # Runs at 00:10 UTC every day.
10
- - cron: '10 0 * * *'
+ # Runs at 2:00 UTC every day (to give the release process 2h to complete).
+ - cron: '0 2 * * *'
11
12
env:
13
CARGO_TERM_COLOR: always
@@ -35,4 +35,4 @@ jobs:
35
mv ../output/* .
36
git add .
37
git commit -m "Deploy $GITHUB_SHA to gh-pages"
38
- git push --force
+ git push --force
0 commit comments