From dabbb91e38e539b7bfcce9a3de34884cb51e00c0 Mon Sep 17 00:00:00 2001 From: "Mahadik, Mukul Chandrakant" Date: Wed, 26 Jun 2024 17:11:49 -0700 Subject: [PATCH] Created a new branch to work on to avoid triggering runs in parent repo Removed automate-tests-actions branch as the trigger branch to avoid workflow runs in parent repo. When merging this branch into automate-test-actions, will need to add the branch back again. Signed-off-by: Mahadik, Mukul Chandrakant --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 1d1a2046..0a6ab986 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -5,7 +5,7 @@ on: pull_request: branches: [ main, automate-tests-merge ] push: - branches: [ main, automate-tests-actions, automate-tests-merge ] + branches: [ main, automate-tests-2, automate-tests-merge ] tags: - 'v[0-9]+.[0-9]+.[0-9]+'