Skip to content

Commit

Permalink
Stop duplicate CI runs on branch push by bots
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed Jul 3, 2024
1 parent cf1016f commit d5c3dc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches-ignore:
- 'whitesource-remediate/**'
- 'backport/**'
- 'create-pull-request/**'
pull_request:
types: [opened, synchronize, reopened]

Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/test_bwc.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit d5c3dc0

Please sign in to comment.