From 745fd143dd66e4d92a18cd69deca1bd7b989d149 Mon Sep 17 00:00:00 2001 From: "Choudhary, Rahul" Date: Fri, 6 Dec 2024 14:17:25 -0800 Subject: [PATCH] Update PSDB.yml - removing synchronize events to avoid duplicate triggers --- .github/workflows/PSDB.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PSDB.yml b/.github/workflows/PSDB.yml index 0624da121f..2f875190d1 100644 --- a/.github/workflows/PSDB.yml +++ b/.github/workflows/PSDB.yml @@ -5,7 +5,7 @@ name: ROCm CI PSDB on: pull_request: branches: [amd-staging] - types: [opened, reopened, synchronize] + types: [opened, reopened] 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