File tree 6 files changed +36
-13
lines changed
6 files changed +36
-13
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: python-310
3
3
on :
4
4
workflow_dispatch :
5
5
schedule :
6
- - cron : ' 45 23 * * *'
6
+ - cron : ' 0 0 * * *'
7
7
8
8
jobs :
9
9
sync :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: python-311
3
3
on :
4
4
workflow_dispatch :
5
5
schedule :
6
- - cron : ' 30 23 * * *'
6
+ - cron : ' 45 23 * * *'
7
7
8
8
jobs :
9
9
sync :
Original file line number Diff line number Diff line change @@ -2,14 +2,8 @@ name: python-312
2
2
3
3
on :
4
4
workflow_dispatch :
5
- pull_request :
6
- branches :
7
- - ' 3.12'
8
- push :
9
- branches :
10
- - ' 3.12'
11
5
schedule :
12
- - cron : ' 15 23 * * *'
6
+ - cron : ' 30 23 * * *'
13
7
14
8
jobs :
15
9
sync :
Original file line number Diff line number Diff line change 11
11
- main
12
12
- ' 3.13'
13
13
schedule :
14
- - cron : ' 0 23 * * *'
14
+ - cron : ' 15 23 * * *'
15
15
16
16
jobs :
17
17
sync :
18
18
uses : ./.github/workflows/sync.yml
19
19
with :
20
- tx_project : python-newest
20
+ tx_project : ${{ github.workflow }}
21
21
version : 3.13
22
22
secrets : inherit
23
23
check :
24
24
uses : ./.github/workflows/check.yml
25
25
needs : sync
26
26
with :
27
- tx_project : python-newest
27
+ tx_project : ${{ github.workflow }}
28
28
version : 3.13
29
29
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
3
3
on :
4
4
workflow_dispatch :
5
5
schedule :
6
- - cron : ' 0 0 * * *'
6
+ - cron : ' 15 0 * * *'
7
7
8
8
jobs :
9
9
sync :
You can’t perform that action at this time.
0 commit comments