Skip QEMU-emulated wheels on workflow dispatch event

This commit is contained in:
Lysandros Nikolaou 2024-07-17 16:21:16 +02:00
parent 024fa51294
commit f39ca5db5a
No known key found for this signature in database
GPG Key ID: 43E92D11D08F5F29

View File

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