Skip to content

Commit

Permalink
chore: only run scheduled builds weekly (#238)
Browse files Browse the repository at this point in the history
Of course, also this also builds when merged.

Closes: #237
  • Loading branch information
bsherman authored Mar 24, 2024
1 parent 2032721 commit 7ace438
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 @@ -3,7 +3,7 @@ on:
pull_request:
merge_group:
schedule:
- cron: '30 13 * * *' # 13:30 UTC everyday
- cron: '15 9 * * 1' # 9:15 UTC weekly on Monday
workflow_dispatch:
env:
IMAGE_NAME: config
Expand Down

0 comments on commit 7ace438

Please sign in to comment.