Skip to content

Commit

Permalink
Fixed Sunday Cron
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Apr 21, 2024
1 parent 04e9e1f commit d3ede0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
branches: [ master ]
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 5 * * 7'
- cron: '0 5 * * 0'
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down

0 comments on commit d3ede0b

Please sign in to comment.