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 cb4d6ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
branches-ignore:
- 'whitesource-remediate/**'
- 'backport/**'
- 'create-pull-request/**'
pull_request:
types: [opened, synchronize, reopened]
types: [opened, synchronize, reopened, edited]

jobs:
spotless:
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, edited]

jobs:
Build-ff-linux:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
branches-ignore:
- 'whitesource-remediate/**'
- 'backport/**'
- 'create-pull-request/**'
pull_request:
types: [opened, synchronize, reopened]
types: [opened, synchronize, reopened, edited]

jobs:
Get-CI-Image-Tag:
Expand Down

0 comments on commit cb4d6ab

Please sign in to comment.