diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 54071645d4ee..3c1e0141ce71 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -20,12 +20,14 @@ on: jobs: build_wheels: if: | - github.event.action == 'push' || - ( - github.event.action == 'labeled' && - github.event.label.name == 'Run cibuildwheel' - ) || - contains(github.event.pull_request.labels.*.name, 'Run cibuildwheel') + github.event_name == 'push' || + github.event_name == 'pull_request' && ( + ( + github.event.action == 'labeled' && + github.event.label.name == 'Run cibuildwheel' + ) || + contains(github.event.pull_request.labels.*.name, 'Run cibuildwheel') + ) name: Build wheels on ${{ matrix.os }} runs-on: ${{ matrix.os }} env: pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy