Skip to content

Commit f39ca5d

Browse files
committed
Skip QEMU-emulated wheels on workflow dispatch event
1 parent 024fa51 commit f39ca5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ env:
4141

4242
jobs:
4343
build-1-QEMU-emulated-wheels:
44-
if: github.event_name != 'schedule'
44+
if: github.event_name != 'schedule' && github.event_name != 'workflow_dispatch'
4545
name: aarch64 ${{ matrix.python-version }} ${{ matrix.spec }}
4646
runs-on: ubuntu-latest
4747
strategy:

0 commit comments

Comments
 (0)