We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024fa51 commit f39ca5dCopy full SHA for f39ca5d
.github/workflows/wheels.yml
@@ -41,7 +41,7 @@ env:
41
42
jobs:
43
build-1-QEMU-emulated-wheels:
44
- if: github.event_name != 'schedule'
+ if: github.event_name != 'schedule' && github.event_name != 'workflow_dispatch'
45
name: aarch64 ${{ matrix.python-version }} ${{ matrix.spec }}
46
runs-on: ubuntu-latest
47
strategy:
0 commit comments