Skip to content

Commit 986be2a

Browse files
authored
Allow ciflow/binaries label to trigger wheel builds on PRs (#12505)
Following PR (#12425) broke Linux manywheel and there was no way to repro it on that PR; I just happened to catch it because the PR after that (#12468) triggered the manywheel build.
1 parent 024c5db commit 986be2a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-wheels-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- examples/**/*
1010
- pyproject.toml
1111
- setup.py
12+
tags:
13+
- ciflow/binaries/*
1214
push:
1315
branches:
1416
- nightly

.github/workflows/build-wheels-macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- examples/**/*
1010
- pyproject.toml
1111
- setup.py
12+
tags:
13+
- ciflow/binaries/*
1214
push:
1315
branches:
1416
- nightly

0 commit comments

Comments
 (0)