From f017a4fecd37fcd15a84a0c773d6dc0a55d2d5e7 Mon Sep 17 00:00:00 2001 From: "Choudhary, Rahul" Date: Thu, 19 Dec 2024 13:17:42 -0800 Subject: [PATCH] Update rocm_ci_caller.yml - Enabling PSDB pipeline for pull request pull request in amd-staging will trigger staging pipeline - compute-psdb-staging-smi-libs-ghemu pull request in amd-mainline will trigger mainline psdb - compute-psdb-no-npi-ghemu Signed-off-by: Choudhary, Rahul [ROCm/amdsmi commit: 3a7b8bb6648940b3ec226102c7f5d7afc223913f] --- projects/amdsmi/.github/workflows/rocm_ci_caller.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/amdsmi/.github/workflows/rocm_ci_caller.yml b/projects/amdsmi/.github/workflows/rocm_ci_caller.yml index 8251503094..f5673f4db0 100644 --- a/projects/amdsmi/.github/workflows/rocm_ci_caller.yml +++ b/projects/amdsmi/.github/workflows/rocm_ci_caller.yml @@ -1,11 +1,11 @@ name: ROCm CI Caller on: # Commenting below to avoid re-runs of amd smi for trivial rebases - # pull_request: - # branches: [amd-staging] - # types: [opened, reopened, synchronize] - push: + pull_request: branches: [amd-staging, amd-mainline] + types: [opened, reopened, synchronize] + push: + branches: [amd-mainline] workflow_dispatch: jobs: