File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2020
2121jobs :
2222 build :
23- if : inputs.arch != 'ARM64' || github.repository_owner == 'python'
23+ # Forks don't have access to Windows on Arm runners. Skip those:
24+ if : inputs.arch != 'arm64' || github.repository_owner == 'python'
2425 name : installer for ${{ inputs.arch }}
2526 runs-on : ${{ inputs.os }}
2627 timeout-minutes : 60
Original file line number Diff line number Diff line change 2525jobs :
2626 build :
2727 # Forks don't have access to Windows on Arm runners. Skip those:
28- if : inputs.arch != 'ARM64 ' || github.repository_owner == 'python'
28+ if : inputs.arch != 'arm64 ' || github.repository_owner == 'python'
2929 name : Build and test (${{ inputs.arch }})
3030 runs-on : ${{ inputs.os }}
3131 timeout-minutes : 60
You can’t perform that action at this time.
0 commit comments