Skip to content

Commit 33ed4c1

Browse files
committed
inspiration from numpy test-1
1 parent 977518e commit 33ed4c1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/big_endian.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
pull_request:
1212
branches:
1313
- main
14-
- maintenance/**
1514
paths:
1615
- "quaddtype/**"
1716
- ".github/workflows/**"
@@ -30,8 +29,6 @@ permissions:
3029

3130
jobs:
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:

0 commit comments

Comments
 (0)