Skip to content

Commit

Permalink
Ignore pushes to branches prefixed with backport- in CI (#21989)
Browse files Browse the repository at this point in the history
We're going to use a changed branch naming schema for backporting
branches in backporting scripts to avoid problems with branch protection
rules:
`backport-lts-{pr_number}` instead of `lts-backport-{pr_number}`.
When backporting PRs in a batch we only want to run the build for the
last PR in a batch. We don't care about builds for particular branches
  • Loading branch information
prolativ authored Nov 21, 2024
2 parents 1e8f606 + 0b138e8 commit cb56072
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
- 'gh-readonly-queue/**'
- 'release-**'
- 'lts-**'
- 'backport-**'
pull_request:
merge_group:
schedule:
Expand Down

0 comments on commit cb56072

Please sign in to comment.