From 8a79ab296e13ee3fa5328be08d2d6533bb87a2b3 Mon Sep 17 00:00:00 2001 From: Ed Savage Date: Fri, 19 Dec 2025 12:06:19 +1300 Subject: [PATCH] [ML] Trigger staging builds on tagging Allow staging builds to be triggered when git tags are pushed. This will allow for staging builds to be built off `main` in a more proscriptive manner than simply code changes. --- catalog-info.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog-info.yaml b/catalog-info.yaml index 27395f837..750e01fa0 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -225,6 +225,7 @@ spec: BUILD_SNAPSHOT: "false" pipeline_file: .buildkite/branch.json.py provider_settings: + build_tags: true filter_condition: 'build.branch =~ /^[0-9]+\.[0-9]+$$/ || build.branch =~ /^([0-9]+\.){2}[0-9]+$$/' filter_enabled: true trigger_mode: code