Skip to content

Commit b6868f3

Browse files
authored
Merge pull request #8243 from lysnikolaou/skip-qemu-wheels-workflow-dispatch
2 parents 024fa51 + f39ca5d commit b6868f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/wheels.yml

+1-1
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)