Skip to content

Commit 40dda66

Browse files
committed
start after 3am to avoid complications from clock changes related to daylight savings
1 parent dfc4952 commit 40dda66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/1-fetch.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Fetch Data
33
on:
44
schedule:
55
# Normal schedule
6-
# # at 01:15 on all days in first month of each quarter
7-
- cron: '15 1 * 1,4,7,10 *'
8-
# # at 01:15 on days 1-14 in second month of each quarter
9-
- cron: '15 1 1-14 2,5,8,11 *'
6+
# # at 03:15 on all days in first month of each quarter
7+
- cron: '15 3 * 1,4,7,10 *'
8+
# # at 03:15 on days 1-14 in second month of each quarter
9+
- cron: '15 3 1-14 2,5,8,11 *'
1010

1111
workflow_dispatch:
1212

0 commit comments

Comments
 (0)