From 16cd712685dc5dd87585b316f7ebf154ee15546a Mon Sep 17 00:00:00 2001 From: "Choudhary, Rahul" Date: Tue, 4 Feb 2025 12:46:10 -0800 Subject: [PATCH] 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 --- .github/workflows/rocm_ci_caller.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rocm_ci_caller.yml b/.github/workflows/rocm_ci_caller.yml index 98d6231a0c..cb60c39010 100644 --- a/.github/workflows/rocm_ci_caller.yml +++ b/.github/workflows/rocm_ci_caller.yml @@ -1,11 +1,12 @@ name: ROCm CI Caller on: # Commenting below to avoid re-runs of amd smi for trivial rebases + # Once Rocr team aligns update amd-master to amd-mainline pull_request: - branches: [amd-staging, amd-mainline, amd-npi] + branches: [amd-staging, amd-master, amd-npi] types: [opened, reopened, synchronize] push: - branches: [amd-mainline] + branches: [amd-master] workflow_dispatch: issue_comment: types: [created]