Skip to content

Commit

Permalink
ci: fixing cron format definition
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheidegger committed Jul 4, 2022
1 parent c5ebc68 commit c3e52f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: '7 * * * *'
- cron: '0 0 * * SUN'

permissions:
contents: write
Expand Down

0 comments on commit c3e52f6

Please sign in to comment.