Skip to content

Commit

Permalink
fix: run cron job on sunday
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Mar 30, 2024
1 parent d15a28d commit 43fa002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: cron-weekly
on:
workflow_dispatch:
schedule:
- cron: '0 16 * * 6'
- cron: '0 16 * * 0'
jobs:
cron:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 43fa002

Please sign in to comment.