File tree Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches : [main]
66 pull_request :
7- schedule :
8- - cron : ' 13 11 * * *'
97
108concurrency :
119 group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
1210 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
1311
1412jobs :
1513 pythonbuild :
16- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
1714 runs-on : ' macos-13'
1815 steps :
1916 - uses : actions/checkout@v4
4138 path : target/release/pythonbuild
4239
4340 build :
44- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
4541 strategy :
4642 fail-fast : false
4743 matrix :
Original file line number Diff line number Diff line change 44 push :
55 branches : [main]
66 pull_request :
7- schedule :
8- - cron : ' 13 11 * * *'
97
108concurrency :
119 group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
1210 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
1311
1412jobs :
1513 pythonbuild :
16- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
1714 runs-on : ubuntu-22.04
1815 steps :
1916 - name : Install System Dependencies
4643 path : target/release/pythonbuild
4744
4845 image :
49- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
5046 strategy :
5147 fail-fast : false
5248 matrix :
@@ -117,7 +113,6 @@ jobs:
117113 path : build/image-*
118114
119115 build :
120- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
121116 strategy :
122117 fail-fast : false
123118 matrix :
@@ -876,7 +871,6 @@ jobs:
876871 # GitHub enforces a limit of 256 entries per matrix, which we exceeded above
877872 # so the CPython 3.13 jobs are split out
878873 build-313 :
879- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
880874 strategy :
881875 fail-fast : false
882876 matrix :
Original file line number Diff line number Diff line change 44 push :
55 branches : [main]
66 pull_request :
7- schedule :
8- - cron : ' 13 11 * * *'
97
108concurrency :
119 group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
1210 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
1311
1412jobs :
1513 pythonbuild :
16- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
1714 runs-on : ' windows-2022'
1815 steps :
1916 - uses : actions/checkout@v4
4138 path : target/release/pythonbuild.exe
4239
4340 build :
44- if : ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
4541 strategy :
4642 fail-fast : false
4743 matrix :
You can’t perform that action at this time.
0 commit comments