Skip to content

Commit 489c8f8

Browse files
committed
improve schedule offset
1 parent c197810 commit 489c8f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/2-process.yml.disabled

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Process Data
22

33
on:
44
schedule:
5-
# at 01:15 on days 15-28 in second month of each quarter
6-
- cron: '15 1 15-28 2,5,8,11 *'
5+
# at 02:15 on days 15-28 in second month of each quarter
6+
- cron: '15 2 15-28 2,5,8,11 *'
77
workflow_dispatch:
88

99
jobs:

.github/workflows/3-report.yml.disabled

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Generate Report
22

33
on:
44
schedule:
5-
# at 01:15 on days 1-20 in third month of each quarter
6-
- cron: '15 1 1-20 3,6,9,12 *'
5+
# at 03:15 on all days in third month of each quarter
6+
- cron: '15 3 * 3,6,9,12 *'
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)