From 55c2ddda36e5576063705878c1db5e1589cf6015 Mon Sep 17 00:00:00 2001 From: Ian Maia Date: Thu, 6 Feb 2025 18:05:36 +0100 Subject: [PATCH] [to revert] Test running on this branch --- .buildkite/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index fd1ac6d52dc..2942bd4f307 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -96,7 +96,7 @@ steps: depends_on: build # Only run on `trunk` and `release/*` (see p91TBi-cBM-p2#comment-13736) and when code changes are detected if: | - (build.branch == 'trunk' || build.branch =~ /^release\//) && + (build.branch == 'trunk' || build.branch =~ /^release\// || build.branch =~ /^iangmaia\//) && !build.env('SKIP_UI_TESTS') plugins: [$CI_TOOLKIT] artifact_paths: @@ -110,7 +110,7 @@ steps: depends_on: build # Only run on `trunk` and `release/*` (see p91TBi-cBM-p2#comment-13736) and when code changes are detected if: | - (build.branch == 'trunk' || build.branch =~ /^release\//) && + (build.branch == 'trunk' || build.branch =~ /^release\// || build.branch =~ /^iangmaia\//) && !build.env('SKIP_UI_TESTS') plugins: [$CI_TOOLKIT] artifact_paths: