Skip to content

Commit

Permalink
Merge pull request #330 from mgeisler/weekly-builds
Browse files Browse the repository at this point in the history
Align time for weekly builds with comment
  • Loading branch information
mgeisler authored Apr 25, 2021
2 parents e9f9d78 + dbf4d5a commit 7f3bb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- master
schedule:
- cron: '30 18 * * 5' # Every Friday at 17:30 UTC
- cron: '30 17 * * 5' # Every Friday at 17:30 UTC

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 7f3bb3d

Please sign in to comment.