Skip to content

Commit 78b5c94

Browse files
authored
Change cron job time to 00:40 UTC
Updated cron schedule to run at 00:40 UTC instead of 01:40 UTC.
1 parent 4bc9de0 commit 78b5c94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cron
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '40 1 * * *' #UTC
6+
- cron: '40 0 * * *' #UTC
77

88
jobs:
99
cron:

0 commit comments

Comments
 (0)