From 69b0018f4842e97537e823fca25e10da698b2d37 Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Fri, 29 Aug 2025 15:04:42 +0200 Subject: [PATCH] [Buildkite] Fix interpolating regex in buildkite pipeline --- .buildkite/pipelines/periodic.template.yml | 2 +- .buildkite/pipelines/periodic.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipelines/periodic.template.yml b/.buildkite/pipelines/periodic.template.yml index 1406ba0c570bd..9a79ab80cce07 100644 --- a/.buildkite/pipelines/periodic.template.yml +++ b/.buildkite/pipelines/periodic.template.yml @@ -246,7 +246,7 @@ steps: image: family/elasticsearch-ubuntu-2404 machineType: n2-standard-8 buildDirectory: /dev/shm/bk - if: build.branch =~ /^(main|\d+\.\d+|\d+\.x)$/ + if: build.branch =~ /^(main|\d+\.\d+|\d+\.x)$$/ - label: check-branch-consistency command: .ci/scripts/run-gradle.sh branchConsistency timeout_in_minutes: 15 diff --git a/.buildkite/pipelines/periodic.yml b/.buildkite/pipelines/periodic.yml index edeb8e715f511..3c2b670e558c5 100644 --- a/.buildkite/pipelines/periodic.yml +++ b/.buildkite/pipelines/periodic.yml @@ -684,7 +684,7 @@ steps: image: family/elasticsearch-ubuntu-2404 machineType: n2-standard-8 buildDirectory: /dev/shm/bk - if: build.branch =~ /^(main|\d+\.\d+|\d+\.x)$/ + if: build.branch =~ /^(main|\d+\.\d+|\d+\.x)$$/ - label: check-branch-consistency command: .ci/scripts/run-gradle.sh branchConsistency timeout_in_minutes: 15