Skip to content

Commit

Permalink
Remove temporary cron change. Back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
Ettore Rossatto committed Nov 21, 2023
1 parent 92c5c0b commit a6789e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Scheduled Update
# This event is triggered every Monday at 10:00 UTC
on:
schedule:
- cron: '45 14 * * TUE' # https://crontab.guru/#0_10_*_*_MON
- cron: '0 10 * * MON' # https://crontab.guru/#0_10_*_*_MON

jobs:
update:
Expand Down

0 comments on commit a6789e8

Please sign in to comment.