Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rust.yml #38

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * * *'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am curious, why not "0 1,2,3"? Why those extra 10 minutes? Seems kind of random.^^

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is random. Most people would use full hours, thus creating a lot of jobs at those times.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC I read in some docs, it is not recommended to use full hours, for the same reason.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, that makes sense. Would be good to explain it in the comment. :)


env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -35,4 +35,4 @@ jobs:
mv ../output/* .
git add .
git commit -m "Deploy $GITHUB_SHA to gh-pages"
git push --force
git push --force