File tree Expand file tree Collapse file tree 6 files changed +36
-13
lines changed Expand file tree Collapse file tree 6 files changed +36
-13
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: python-310
33on :
44 workflow_dispatch :
55 schedule :
6- - cron : ' 45 23 * * *'
6+ - cron : ' 0 0 * * *'
77
88jobs :
99 sync :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: python-311
33on :
44 workflow_dispatch :
55 schedule :
6- - cron : ' 30 23 * * *'
6+ - cron : ' 45 23 * * *'
77
88jobs :
99 sync :
Original file line number Diff line number Diff line change @@ -2,14 +2,8 @@ name: python-312
22
33on :
44 workflow_dispatch :
5- pull_request :
6- branches :
7- - ' 3.12'
8- push :
9- branches :
10- - ' 3.12'
115 schedule :
12- - cron : ' 15 23 * * *'
6+ - cron : ' 30 23 * * *'
137
148jobs :
159 sync :
Original file line number Diff line number Diff line change 1111 - main
1212 - ' 3.13'
1313 schedule :
14- - cron : ' 0 23 * * *'
14+ - cron : ' 15 23 * * *'
1515
1616jobs :
1717 sync :
1818 uses : ./.github/workflows/sync.yml
1919 with :
20- tx_project : python-newest
20+ tx_project : ${{ github.workflow }}
2121 version : 3.13
2222 secrets : inherit
2323 check :
2424 uses : ./.github/workflows/check.yml
2525 needs : sync
2626 with :
27- tx_project : python-newest
27+ tx_project : ${{ github.workflow }}
2828 version : 3.13
2929 secrets : inherit
Original file line number Diff line number Diff line change 1+ name : python-314
2+
3+ on :
4+ workflow_dispatch :
5+ pull_request :
6+ branches :
7+ - main
8+ - ' 3.14'
9+ push :
10+ branches :
11+ - main
12+ - ' 3.13'
13+ schedule :
14+ - cron : ' 0 23 * * *'
15+
16+ jobs :
17+ sync :
18+ uses : ./.github/workflows/sync.yml
19+ with :
20+ tx_project : python-newest
21+ version : 3.14
22+ secrets : inherit
23+ check :
24+ uses : ./.github/workflows/check.yml
25+ needs : sync
26+ with :
27+ tx_project : python-newest
28+ version : 3.14
29+ secrets : inherit
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: python-39
33on :
44 workflow_dispatch :
55 schedule :
6- - cron : ' 0 0 * * *'
6+ - cron : ' 15 0 * * *'
77
88jobs :
99 sync :
You can’t perform that action at this time.
0 commit comments