File tree Expand file tree Collapse file tree 6 files changed +26
-26
lines changed Expand file tree Collapse file tree 6 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ name: ci-crowdin-download-po
66on :
77 # Triggers the workflow based on a schedule.
88 schedule :
9- - cron : ' 0 8 * * 1' # CRON_dev
10- - cron : ' 0 0 1 * *' # CRON_v2
11- - cron : ' 0 0 2 * *' # CRON_v3
9+ - cron : ' 0 0 * * 1' # CRON_dev
10+ - cron : ' 0 0 * * 2 ' # CRON_v2
11+ - cron : ' 0 0 * * 3 ' # CRON_v3
1212 # Triggers the workflow manually through the GitHub UI.
1313 workflow_dispatch :
1414 inputs :
5050 - ' NEVER'
5151
5252env :
53- CRON_dev : ' 0 8 * * 1'
54- CRON_v2 : ' 0 0 1 * *'
55- CRON_v3 : ' 0 0 2 * *'
53+ CRON_dev : ' 0 0 * * 1'
54+ CRON_v2 : ' 0 0 * * 2 '
55+ CRON_v3 : ' 0 0 * * 3 '
5656
5757jobs :
5858 precondition :
Original file line number Diff line number Diff line change 77 # Triggers the workflow based on a schedule.
88 schedule :
99 - cron : ' 0 8 * * 1' # CRON_dev
10- - cron : ' 0 8 1 * *' # CRON_v2
11- - cron : ' 0 8 2 * *' # CRON_v3
10+ - cron : ' 0 8 * * 2 ' # CRON_v2
11+ - cron : ' 0 8 * * 3 ' # CRON_v3
1212 # Triggers the workflow manually through the GitHub UI.
1313 workflow_dispatch :
1414 inputs :
3737
3838env :
3939 CRON_dev : ' 0 8 * * 1'
40- CRON_v2 : ' 0 8 1 * *'
41- CRON_v3 : ' 0 8 2 * *'
40+ CRON_v2 : ' 0 8 * * 2 '
41+ CRON_v3 : ' 0 8 * * 3 '
4242
4343jobs :
4444 precondition :
Original file line number Diff line number Diff line change 77 # Triggers the workflow based on a schedule.
88 schedule :
99 - cron : ' 0 4 * * 1' # CRON_dev
10- - cron : ' 0 4 1 * *' # CRON_v2
11- - cron : ' 0 4 2 * *' # CRON_v3
10+ - cron : ' 0 4 * * 2 ' # CRON_v2
11+ - cron : ' 0 4 * * 3 ' # CRON_v3
1212 # Triggers the workflow manually through the GitHub UI.
1313 workflow_dispatch :
1414 inputs :
4242
4343env :
4444 CRON_dev : ' 0 4 * * 1'
45- CRON_v2 : ' 0 4 1 * *'
46- CRON_v3 : ' 0 4 2 * *'
45+ CRON_v2 : ' 0 4 * * 2 '
46+ CRON_v3 : ' 0 4 * * 3 '
4747
4848jobs :
4949 precondition :
Original file line number Diff line number Diff line change 77 # Triggers the workflow based on a schedule.
88 schedule :
99 - cron : ' 0 0 * * 1' # CRON_dev
10- - cron : ' 0 0 1 * *' # CRON_v2
11- - cron : ' 0 0 2 * *' # CRON_v3
10+ - cron : ' 0 0 * * 2 ' # CRON_v2
11+ - cron : ' 0 0 * * 3 ' # CRON_v3
1212 # Triggers the workflow manually through the GitHub UI.
1313 workflow_dispatch :
1414 inputs :
3737
3838env :
3939 CRON_dev : ' 0 0 * * 1'
40- CRON_v2 : ' 0 0 1 * *'
41- CRON_v3 : ' 0 0 2 * *'
40+ CRON_v2 : ' 0 0 * * 2 '
41+ CRON_v3 : ' 0 0 * * 3 '
4242
4343jobs :
4444 precondition :
Original file line number Diff line number Diff line change 77 # Triggers the workflow based on a schedule.
88 schedule :
99 - cron : ' 0 8 * * 1' # CRON_dev
10- - cron : ' 0 8 1 * *' # CRON_v2
11- - cron : ' 0 8 2 * *' # CRON_v3
10+ - cron : ' 0 8 * * 2 ' # CRON_v2
11+ - cron : ' 0 8 * * 3 ' # CRON_v3
1212 # Triggers the workflow manually through the GitHub UI.
1313 workflow_dispatch :
1414 inputs :
5050
5151env :
5252 CRON_dev : ' 0 8 * * 1'
53- CRON_v2 : ' 0 8 1 * *'
54- CRON_v3 : ' 0 8 2 * *'
53+ CRON_v2 : ' 0 8 * * 2 '
54+ CRON_v3 : ' 0 8 * * 3 '
5555
5656jobs :
5757 precondition :
Original file line number Diff line number Diff line change 77 # Triggers the workflow based on a schedule.
88 schedule :
99 - cron : ' 0 8 * * 1' # CRON_dev
10- - cron : ' 0 8 1 * *' # CRON_v2
11- - cron : ' 0 8 2 * *' # CRON_v3
10+ - cron : ' 0 8 * * 2 ' # CRON_v2
11+ - cron : ' 0 8 * * 3 ' # CRON_v3
1212 # Triggers the workflow manually through the GitHub UI.
1313 workflow_dispatch :
1414 inputs :
4646
4747env :
4848 CRON_dev : ' 0 8 * * 1'
49- CRON_v2 : ' 0 8 1 * *'
50- CRON_v3 : ' 0 8 2 * *'
49+ CRON_v2 : ' 0 8 * * 2 '
50+ CRON_v3 : ' 0 8 * * 3 '
5151
5252jobs :
5353 precondition :
You can’t perform that action at this time.
0 commit comments