Skip to content

Commit 6b462db

Browse files
committed
Add ciflow/binaries/all label
1 parent a0eda91 commit 6b462db

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/pytorch-probot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
ciflow_push_tags:
33
- ciflow/nightly
44
- ciflow/trunk
5+
- ciflow/binaries/all

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212
- main
1313
- release/*
1414
tags:
15-
# NOTE: Binary build pipelines should only get triggered on release candidate builds
16-
# Release candidate tags look like: v1.11.0-rc1
17-
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
15+
# NOTE: Binary build pipelines should only get triggered on release candidate builds
16+
# Release candidate tags look like: v1.11.0-rc1
17+
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
1818
workflow_dispatch:
1919

2020
jobs:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212
- main
1313
- release/*
1414
tags:
15-
# NOTE: Binary build pipelines should only get triggered on release candidate builds
16-
# Release candidate tags look like: v1.11.0-rc1
17-
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
15+
# NOTE: Binary build pipelines should only get triggered on release candidate builds
16+
# Release candidate tags look like: v1.11.0-rc1
17+
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
1818
workflow_dispatch:
1919

2020
jobs:

0 commit comments

Comments
 (0)