File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ concurrency:
1313
1414jobs :
1515 pythonbuild :
16- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
1716 runs-on : ' macos-13'
1817 steps :
1918 - uses : actions/checkout@v4
4140 path : target/release/pythonbuild
4241
4342 build :
44- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
4543 strategy :
4644 fail-fast : false
4745 matrix :
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ concurrency:
1313
1414jobs :
1515 pythonbuild :
16- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
1716 runs-on : ubuntu-22.04
1817 steps :
1918 - name : Install System Dependencies
4645 path : target/release/pythonbuild
4746
4847 image :
49- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
5048 strategy :
5149 fail-fast : false
5250 matrix :
@@ -117,7 +115,6 @@ jobs:
117115 path : build/image-*
118116
119117 build :
120- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
121118 strategy :
122119 fail-fast : false
123120 matrix :
@@ -874,9 +871,8 @@ jobs:
874871
875872
876873 # GitHub enforces a limit of 256 entries per matrix, which we exceeded above
877- # so the CPython 3.13 jobs are split out
874+ # so the CPytho 3.13 jobs are split out
878875 build-313 :
879- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
880876 strategy :
881877 fail-fast : false
882878 matrix :
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ concurrency:
1313
1414jobs :
1515 pythonbuild :
16- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
1716 runs-on : ' windows-2019'
1817 steps :
1918 - uses : actions/checkout@v4
4140 path : target/release/pythonbuild.exe
4241
4342 build :
44- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
4543 strategy :
4644 fail-fast : false
4745 matrix :
You can’t perform that action at this time.
0 commit comments