From 1f6b476effce8579500e67dcb80b063607061b90 Mon Sep 17 00:00:00 2001 From: "Mallya, Ameya Keshava" Date: Thu, 23 Jan 2025 16:12:59 -0800 Subject: [PATCH] Added PSDB trigger for npi [ROCm/rocprofiler commit: 11cd25d1f5a364a5f557892c366f5d8c2a63a011] --- projects/rocprofiler/.github/workflows/rocm-ci-caller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler/.github/workflows/rocm-ci-caller.yml b/projects/rocprofiler/.github/workflows/rocm-ci-caller.yml index 1032b79626..50e073f501 100644 --- a/projects/rocprofiler/.github/workflows/rocm-ci-caller.yml +++ b/projects/rocprofiler/.github/workflows/rocm-ci-caller.yml @@ -2,7 +2,7 @@ name: ROCm CI Caller on: pull_request: - branches: [amd-staging] + branches: [amd-staging, amd-npi] types: [opened, reopened, synchronize] push: branches: [amd-mainline]