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 1111 pull_request :
1212 branches :
1313 - main
14- - maintenance/**
1514 paths :
1615 - " quaddtype/**"
1716 - " .github/workflows/**"
@@ -30,8 +29,6 @@ permissions:
3029
3130jobs :
3231 linux_qemu_endian :
33- # Enable on forks only for workflow_dispatch
34- if : github.repository == 'numpy/numpy-user-dtypes' || github.event_name == 'workflow_dispatch'
3532 runs-on : ubuntu-22.04
3633 continue-on-error : true
3734 strategy :
@@ -176,8 +173,6 @@ jobs:
176173 '"
177174
178175 linux_loongarch64_qemu :
179- # LoongArch64 testing (another architecture for comprehensive coverage)
180- if : github.repository == 'numpy/numpy-user-dtypes' || github.event_name == 'workflow_dispatch'
181176 runs-on : ubuntu-24.04
182177 continue-on-error : true
183178 strategy :
You can’t perform that action at this time.
0 commit comments