From d605e9256c475ca6807d6507695624dc85cffa7c Mon Sep 17 00:00:00 2001 From: "Choudhary, Rahul" Date: Thu, 3 Apr 2025 15:32:14 -0700 Subject: [PATCH] Update rocm_ci_caller.yml updating push trigger to amd-mainline Signed-off-by: Choudhary, Rahul [ROCm/ROCR-Runtime commit: a0b80c825cccf35190318a72b6e34200b53c5daf] --- projects/rocr-runtime/.github/workflows/rocm_ci_caller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocr-runtime/.github/workflows/rocm_ci_caller.yml b/projects/rocr-runtime/.github/workflows/rocm_ci_caller.yml index 64e01c89a3..f722e81c0d 100644 --- a/projects/rocr-runtime/.github/workflows/rocm_ci_caller.yml +++ b/projects/rocr-runtime/.github/workflows/rocm_ci_caller.yml @@ -4,7 +4,7 @@ on: branches: [amd-staging, amd-npi, release/rocm-rel-*, amd-master] types: [opened, reopened, synchronize] push: - branches: [amd-master] + branches: [amd-mainline] workflow_dispatch: issue_comment: types: [created]