Skip to content

Commit c3841a5

Browse files
fix aarch64 CI run
1 parent 7cc1244 commit c3841a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,7 @@ jobs:
171171
if: github.repository == 'numpy/numpy'
172172
runs-on: ubuntu-22.04-arm
173173
steps:
174-
- name: Checkout for PR
175-
if: github.event_name == 'pull_request'
176-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
174+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
177175
with:
178176
submodules: recursive
179177
fetch-tags: true

0 commit comments

Comments
 (0)