From c8ed84be23b963e6dbab18829972a0105df31c00 Mon Sep 17 00:00:00 2001 From: Mario Rodriguez Molins Date: Wed, 18 Sep 2024 18:57:13 +0200 Subject: [PATCH] restore regex --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 09016719eb6..e332f8c8722 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -104,4 +104,4 @@ steps: # run this step when if it is triggered by the daily job # skipped for now notification for tests related to STACK_VERSION: 9 if: | - build.source == "trigger_job" && build.env('BUILDKITE_TRIGGERED_FROM_BUILD_PIPELINE_SLUG') == "integrations-schedule-daily" && build.env('STACK_VERSION') != "9.0.0-SNAPSHOT" + build.source == "trigger_job" && build.env('BUILDKITE_TRIGGERED_FROM_BUILD_PIPELINE_SLUG') == "integrations-schedule-daily" && build.env('STACK_VERSION') !~ /^9/