From 58a91d83eb1e026a922a0b63a280509f214945de Mon Sep 17 00:00:00 2001 From: Ian Maia Date: Mon, 24 Feb 2025 19:52:42 +0100 Subject: [PATCH] [to revert] Test running on this branch --- .buildkite/pipeline.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index ce734252301..5177648fd77 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -117,8 +117,7 @@ steps: - label: ":microscope: UI Tests (iPhone)" command: .buildkite/commands/run-ui-tests.sh UITests 'iPhone 16' depends_on: build - # Only run on `trunk` and `release/*` -- See p91TBi-cBM-p2#comment-13736 - if: build.branch == 'trunk' || build.branch =~ /^release\// + if: build.branch == 'trunk' || build.branch =~ /^release\// || build.branch =~ /^iangmaia\// plugins: [$CI_TOOLKIT] artifact_paths: - fastlane/test_output/* @@ -129,8 +128,7 @@ steps: - label: ":microscope: UI Tests (iPad)" command: .buildkite/commands/run-ui-tests.sh UITests "iPad (10th generation)" depends_on: build - # Only run on `trunk` and `release/*` -- See p91TBi-cBM-p2#comment-13736 - if: build.branch == 'trunk' || build.branch =~ /^release\// + if: build.branch == 'trunk' || build.branch =~ /^release\// || build.branch =~ /^iangmaia\// plugins: [$CI_TOOLKIT] artifact_paths: - fastlane/test_output/*