Skip to content

Commit 16cd712

Browse files
authored
Update rocm_ci_caller.yml to use amd-master (#11)
Update rocm_ci_caller.yml to use amd-master , until amd-mainline is aligned Signed-off-by: Choudhary, Rahul <Rahul.Choudhary@amd.com>
1 parent d70d3fb commit 16cd712

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/rocm_ci_caller.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: ROCm CI Caller
22
on:
33
# Commenting below to avoid re-runs of amd smi for trivial rebases
4+
# Once Rocr team aligns update amd-master to amd-mainline
45
pull_request:
5-
branches: [amd-staging, amd-mainline, amd-npi]
6+
branches: [amd-staging, amd-master, amd-npi]
67
types: [opened, reopened, synchronize]
78
push:
8-
branches: [amd-mainline]
9+
branches: [amd-master]
910
workflow_dispatch:
1011
issue_comment:
1112
types: [created]

0 commit comments

Comments
 (0)