Skip to content

Commit a6789e8

Browse files
author
Ettore Rossatto
committed
Remove temporary cron change. Back to original
1 parent 92c5c0b commit a6789e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Scheduled Update
33
# This event is triggered every Monday at 10:00 UTC
44
on:
55
schedule:
6-
- cron: '45 14 * * TUE' # https://crontab.guru/#0_10_*_*_MON
6+
- cron: '0 10 * * MON' # https://crontab.guru/#0_10_*_*_MON
77

88
jobs:
99
update:

0 commit comments

Comments
 (0)