Skip to content

Commit dc6890b

Browse files
Merge pull request #39 from RalfJung/delay
run the update after the release process is most likely done
2 parents 1ec4bc0 + 5bd64ca commit dc6890b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
pull_request:
77
branches: [ master ]
88
schedule:
9-
# Runs at 00:10 UTC every day.
10-
- cron: '10 0 * * *'
9+
# Runs at 2:00 UTC every day (to give the release process 2h to complete).
10+
- cron: '0 2 * * *'
1111

1212
env:
1313
CARGO_TERM_COLOR: always
@@ -35,4 +35,4 @@ jobs:
3535
mv ../output/* .
3636
git add .
3737
git commit -m "Deploy $GITHUB_SHA to gh-pages"
38-
git push --force
38+
git push --force

0 commit comments

Comments
 (0)