Skip to content

Commit

Permalink
fix: add cron delay to build (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Mar 6, 2023
1 parent c9737c2 commit 0058346
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 @@ -5,7 +5,7 @@ on:
- main
- devel
schedule:
- cron: '20 20 * * *' # 8:20pm everyday
- cron: '20 21 * * *' # 9:20pm everyday (1 hr delay after 'main' builds)
push:
branches:
- main
Expand Down

0 comments on commit 0058346

Please sign in to comment.