Revert "Skip QEMU-emulated wheels on workflow dispatch event"

This reverts commit f39ca5db5a.
This commit is contained in:
Andrew Murray 2024-10-10 19:43:11 +11:00
parent dab9559c04
commit ff245fcb40

View File

@ -41,7 +41,7 @@ env:
jobs:
build-1-QEMU-emulated-wheels:
if: github.event_name != 'schedule' && github.event_name != 'workflow_dispatch'
if: github.event_name != 'schedule'
name: aarch64 ${{ matrix.python-version }} ${{ matrix.spec }}
runs-on: ubuntu-latest
strategy: