mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
ci: Add ciflow trigger for build-triton-wheel (#156893)
Signed-off-by: Eli Uriegas <eliuriegas@meta.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/156893 Approved by: https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
0a16818d5b
commit
127695eb5c
1
.github/pytorch-probot.yml
vendored
1
.github/pytorch-probot.yml
vendored
@ -4,6 +4,7 @@ ciflow_push_tags:
|
||||
- ciflow/binaries
|
||||
- ciflow/binaries_libtorch
|
||||
- ciflow/binaries_wheel
|
||||
- ciflow/triton_binaries
|
||||
- ciflow/inductor
|
||||
- ciflow/inductor-periodic
|
||||
- ciflow/inductor-rocm
|
||||
|
1
.github/workflows/build-triton-wheel.yml
vendored
1
.github/workflows/build-triton-wheel.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
# NOTE: Binary build pipelines should only get triggered on release candidate builds
|
||||
# Release candidate tags look like: v1.11.0-rc1
|
||||
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
|
||||
- 'ciflow/triton_binaries/*'
|
||||
paths:
|
||||
- .github/workflows/build-triton-wheel.yml
|
||||
- .github/scripts/build_triton_wheel.py
|
||||
|
Reference in New Issue
Block a user