Skip to content

Commit 9a04fdd

Browse files
authored
Don't run backport checks on feature branches (#144570)
1 parent e259424 commit 9a04fdd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
config:
2-
skip-target-branches: "main"
31
steps:
42
- label: validate-index-version-backport
3+
if: build.pull_request.base_branch =~ /^(\d+\.\d+|\d+\.x)$$/
54
command: .buildkite/scripts/validate-index-version-backport.sh
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
config:
2-
skip-target-branches: "main"
31
steps:
42
- label: validate-transport-version-backport
3+
if: build.pull_request.base_branch =~ /^(\d+\.\d+|\d+\.x)$$/
54
command: .buildkite/scripts/validate-transport-version-backport.sh

0 commit comments

Comments
 (0)