Skip to content

Commit

Permalink
Merge pull request #15 from Stocard/node-18
Browse files Browse the repository at this point in the history
Remove temporary cron change. Back to original
  • Loading branch information
ERossattoStocard authored Nov 21, 2023
2 parents 689b16b + a6789e8 commit dc7f715
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 dc7f715

Please sign in to comment.