From 41a8bc4cc14d290bc6b41b9e0a18a7cace74685a Mon Sep 17 00:00:00 2001 From: "Choudhary, Rahul" Date: Tue, 3 Dec 2024 14:25:08 -0800 Subject: [PATCH] Update PSDB.yml - adding synchronize and removing edited type for action trigger [ROCm/rocprofiler-sdk commit: d3aa966faa00def2c55790f8b30ee0d1be1219d0] --- projects/rocprofiler-sdk/.github/workflows/PSDB.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-sdk/.github/workflows/PSDB.yml b/projects/rocprofiler-sdk/.github/workflows/PSDB.yml index 1cdb93690a..0624da121f 100644 --- a/projects/rocprofiler-sdk/.github/workflows/PSDB.yml +++ b/projects/rocprofiler-sdk/.github/workflows/PSDB.yml @@ -5,7 +5,7 @@ name: ROCm CI PSDB on: pull_request: branches: [amd-staging] - types: [opened, reopened, edited] + types: [opened, reopened, synchronize] workflow_dispatch: # A workflow run is made up of one or more jobs that can run sequentially or in parallel, below is a single job called invoke jenkins jobs