From f0700e6b5ca8109274f9a5be9ee36c573fc2a1ce Mon Sep 17 00:00:00 2001 From: Brandon Kobel Date: Fri, 1 Sep 2023 13:58:32 -0400 Subject: [PATCH] Removing the double quotes from the build.filter (#165500) @brianseeders figured this out. We tried out this change by modifying the pipeline directly, and it triggered the pipeline: https://buildkite.com/elastic/kibana-serverless-release --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 1b13f888cf60d..00637fb1a039b 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -151,7 +151,7 @@ spec: build_pull_request_forks: false build_tags: true # https://regex101.com/r/tY52jo/1 - filter_condition: 'build.tag =~ "/^deploy@\d+\$/"' + filter_condition: 'build.tag =~ /^deploy@\d+$/' filter_enabled: true teams: kibana-operations: