Skip to content

Commit

Permalink
[Backport 2.x] Stop duplicate GitHub Action runs on backport branches (
Browse files Browse the repository at this point in the history
…#133)

Stop duplicate GitHub Action runs on backport branches (#128)




(cherry picked from commit 7d9cd84)

Signed-off-by: Daniel Widdis <[email protected]>
Signed-off-by: Joshua Palis <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Joshua Palis <[email protected]>
  • Loading branch information
3 people committed Oct 31, 2023
1 parent dd1963b commit 0b7efc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches-ignore:
- 'whitesource-remediate/**'
- 'backport/**'
pull_request:
types: [opened, synchronize, reopened]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches-ignore:
- 'whitesource-remediate/**'
- 'backport/**'
pull_request:
types: [opened, synchronize, reopened]

Expand Down

0 comments on commit 0b7efc9

Please sign in to comment.