8000 Add release branch push triggers to rocm-mi300.yml (#149517) · pytorch/pytorch@518563d · GitHub
[go: up one dir, main page]

Skip to content

Commit 518563d

Browse files
jithunnair-amdpytorchmergebot
authored andcommitted
Add release branch push triggers to rocm-mi300.yml (#149517)
When we added the rocm-mi300.yml earlier this year, we had lower capacity and we were just pipecleaning the workflow, so we set the trigger to only respond to pushes to main branch. But now we have more stability as well as capacity, and we would really like to ensure that the release branch is being tested on MI300s as well. Pull Request resolved: #149517 Approved by: https://github.com/atalman
1 parent e98afa0 commit 518563d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rocm-mi300.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- release/*
78
tags:
89
- ciflow/rocm-mi300/*
910
workflow_dispatch:

0 commit comments

Comments
 (0)
0