We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc1244 commit c3841a5Copy full SHA for c3841a5
.github/workflows/linux.yml
@@ -171,9 +171,7 @@ jobs:
171
if: github.repository == 'numpy/numpy'
172
runs-on: ubuntu-22.04-arm
173
steps:
174
- - name: Checkout for PR
175
- if: github.event_name == 'pull_request'
176
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
177
with:
178
submodules: recursive
179
fetch-tags: true
0 commit comments