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