File tree 3 files changed +0
-14
lines changed
3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [main]
6
6
pull_request :
7
- schedule :
8
- - cron : ' 13 11 * * *'
9
7
10
8
concurrency :
11
9
group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
12
10
cancel-in-progress : ${{ github.event_name == 'pull_request' }}
13
11
14
12
jobs :
15
13
pythonbuild :
16
- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
17
14
runs-on : ' macos-13'
18
15
steps :
19
16
- uses : actions/checkout@v4
41
38
path : target/release/pythonbuild
42
39
43
40
build :
44
- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
45
41
strategy :
46
42
fail-fast : false
47
43
matrix :
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [main]
6
6
pull_request :
7
- schedule :
8
- - cron : ' 13 11 * * *'
9
7
10
8
concurrency :
11
9
group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
12
10
cancel-in-progress : ${{ github.event_name == 'pull_request' }}
13
11
14
12
jobs :
15
13
pythonbuild :
16
- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
17
14
runs-on : ubuntu-22.04
18
15
steps :
19
16
- name : Install System Dependencies
46
43
path : target/release/pythonbuild
47
44
48
45
image :
49
- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
50
46
strategy :
51
47
fail-fast : false
52
48
matrix :
@@ -117,7 +113,6 @@ jobs:
117
113
path : build/image-*
118
114
119
115
build :
120
- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
121
116
strategy :
122
117
fail-fast : false
123
118
matrix :
@@ -876,7 +871,6 @@ jobs:
876
871
# GitHub enforces a limit of 256 entries per matrix, which we exceeded above
877
872
# so the CPython 3.13 jobs are split out
878
873
build-313 :
879
- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
880
874
strategy :
881
875
fail-fast : false
882
876
matrix :
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [main]
6
6
pull_request :
7
- schedule :
8
- - cron : ' 13 11 * * *'
9
7
10
8
concurrency :
11
9
group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
12
10
cancel-in-progress : ${{ github.event_name == 'pull_request' }}
13
11
14
12
jobs :
15
13
pythonbuild :
16
- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
17
14
runs-on : ' windows-2022'
18
15
steps :
19
16
- uses : actions/checkout@v4
41
38
path : target/release/pythonbuild.exe
42
39
43
40
build :
44
- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
45
41
strategy :
46
42
fail-fast : false
47
43
matrix :
You can’t perform that action at this time.
0 commit comments