Skip to content

Commit

Permalink
Add check_build_trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
bact committed Nov 10, 2024
1 parent 635efa6 commit 9495106
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ jobs:
build_wheels_macos_on_self_hosted:
name: Build wheels on M1
runs-on: self-hosted
needs: check_build_trigger
if: needs.check_build_trigger.outputs.build
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
Expand Down

0 comments on commit 9495106

Please sign in to comment.