We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc4952 commit 40dda66Copy full SHA for 40dda66
.github/workflows/1-fetch.yml
@@ -3,10 +3,10 @@ name: Fetch Data
3
on:
4
schedule:
5
# 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 *'
+ # # at 03:15 on all days in first month of each quarter
+ - cron: '15 3 * 1,4,7,10 *'
+ # # at 03:15 on days 1-14 in second month of each quarter
+ - cron: '15 3 1-14 2,5,8,11 *'
10
11
workflow_dispatch:
12
0 commit comments