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 @@ -159,6 +159,7 @@ steps:
159
159
image : family/elasticsearch-ubuntu-2004
160
160
machineType : n2-standard-8
161
161
buildDirectory : /dev/shm/bk
162
+ if : build.branch == "main" || build.branch =~ /^[0-9]+\.[0-9]+\$/
162
163
- label : Check branch consistency
163
164
command : .ci/scripts/run-gradle.sh branchConsistency
164
165
timeout_in_minutes : 15
Original file line number Diff line number Diff line change @@ -1350,6 +1350,7 @@ steps:
1350
1350
image : family/elasticsearch-ubuntu-2004
1351
1351
machineType : n2-standard-8
1352
1352
buildDirectory : /dev/shm/bk
1353
+ if : build.branch == "main" || build.branch =~ /^[0-9]+\.[0-9]+\$/
1353
1354
- label : Check branch consistency
1354
1355
command : .ci/scripts/run-gradle.sh branchConsistency
1355
1356
timeout_in_minutes : 15
You can’t perform that action at this time.
0 commit comments