Skip to content

Commit

Permalink
workflows: move weekly build to Saturdays
Browse files Browse the repository at this point in the history
I often update and reprovision on Saturday instead of Sunday.
  • Loading branch information
jlebon committed Mar 16, 2024
1 parent 3205edf commit aebaeff
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 @@ -9,7 +9,7 @@ on:
push:
branches: [main]
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * 6'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit aebaeff

Please sign in to comment.