From d5c3dc04ae55ea5bcf063c9fbe066c87d0e182bc Mon Sep 17 00:00:00 2001 From: Daniel Widdis Date: Wed, 3 Jul 2024 09:55:53 -0700 Subject: [PATCH] Stop duplicate CI runs on branch push by bots Signed-off-by: Daniel Widdis --- .github/workflows/CI.yml | 1 + .github/workflows/test_bwc.yml | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1b920f3ce..4527733aa 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -5,6 +5,7 @@ on: branches-ignore: - 'whitesource-remediate/**' - 'backport/**' + - 'create-pull-request/**' pull_request: types: [opened, synchronize, reopened] diff --git a/.github/workflows/test_bwc.yml b/.github/workflows/test_bwc.yml index bdb57733f..e8deb1da9 100644 --- a/.github/workflows/test_bwc.yml +++ b/.github/workflows/test_bwc.yml @@ -1,11 +1,12 @@ name: BWC on: push: - branches: - - "**" + branches-ignore: + - 'whitesource-remediate/**' + - 'backport/**' + - 'create-pull-request/**' pull_request: - branches: - - "**" + types: [opened, synchronize, reopened] jobs: Build-ff-linux: