File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 11
11
pull_request :
12
12
branches :
13
13
- main
14
- - maintenance/**
15
14
paths :
16
15
- " quaddtype/**"
17
16
- " .github/workflows/**"
@@ -30,8 +29,6 @@ permissions:
30
29
31
30
jobs :
32
31
linux_qemu_endian :
33
- # Enable on forks only for workflow_dispatch
34
- if : github.repository == 'numpy/numpy-user-dtypes' || github.event_name == 'workflow_dispatch'
35
32
runs-on : ubuntu-22.04
36
33
continue-on-error : true
37
34
strategy :
@@ -176,8 +173,6 @@ jobs:
176
173
'"
177
174
178
175
linux_loongarch64_qemu :
179
- # LoongArch64 testing (another architecture for comprehensive coverage)
180
- if : github.repository == 'numpy/numpy-user-dtypes' || github.event_name == 'workflow_dispatch'
181
176
runs-on : ubuntu-24.04
182
177
continue-on-error : true
183
178
strategy :
You can’t perform that action at this time.
0 commit comments