Skip to content

Commit

Permalink
restore regex
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Sep 18, 2024
1 parent db0bfed commit c8ed84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit c8ed84b

Please sign in to comment.