Merge pull request #8243 from lysnikolaou/skip-qemu-wheels-workflow-dispatch

This commit is contained in:
Hugo van Kemenade 2024-07-17 20:44:08 +03:00 committed by GitHub
commit b6868f3095
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: