From 91d98befd7ac43bc750c80084d7fa7ed68dccea2 Mon Sep 17 00:00:00 2001 From: "Choudhary, Rahul" Date: Mon, 2 Dec 2024 15:26:23 -0800 Subject: [PATCH] Update PSDB.yml - removing trigger for synchronize events very minor change , merging directly to reduce PSDB load --- .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 c8301c0c3c..1cdb93690a 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, synchronize, reopened, edited] + types: [opened, reopened, edited] 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