File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ steps:
180
180
image : family/elasticsearch-ubuntu-2004
181
181
machineType : n2-standard-8
182
182
buildDirectory : /dev/shm/bk
183
+ if : build.branch == "main" || build.branch =~ /^[0-9]+\.[0-9]+\$/
183
184
- label : Check branch consistency
184
185
command : .ci/scripts/run-gradle.sh branchConsistency
185
186
timeout_in_minutes : 15
Original file line number Diff line number Diff line change @@ -1231,6 +1231,7 @@ steps:
1231
1231
image : family/elasticsearch-ubuntu-2004
1232
1232
machineType : n2-standard-8
1233
1233
buildDirectory : /dev/shm/bk
1234
+ if : build.branch == "main" || build.branch =~ /^[0-9]+\.[0-9]+\$/
1234
1235
- label : Check branch consistency
1235
1236
command : .ci/scripts/run-gradle.sh branchConsistency
1236
1237
timeout_in_minutes : 15
You can’t perform that action at this time.
0 commit comments