File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ steps:
104104 command : .buildkite/commands/run-ui-tests.sh UITests "iPhone 16"
105105 depends_on : build
106106 # Only run on `trunk` and `release/*` -- See p91TBi-cBM-p2#comment-13736
107- if : build.branch == "trunk" || build.branch =~ /^release\// || build.branch == "fix/WOOMOB-957-ui-test-failure-address-form"
107+ if : build.branch == "trunk" || build.branch =~ /^release\//
108108 plugins : [$CI_TOOLKIT]
109109 artifact_paths :
110110 - fastlane/test_output/*
@@ -116,7 +116,7 @@ steps:
116116 command : .buildkite/commands/run-ui-tests.sh UITests "iPad Pro 13-inch (M4)"
117117 depends_on : build
118118 # Only run on `trunk` and `release/*` -- See p91TBi-cBM-p2#comment-13736
119- if : build.branch == "trunk" || build.branch =~ /^release\// || build.branch == "fix/WOOMOB-957-ui-test-failure-address-form"
119+ if : build.branch == "trunk" || build.branch =~ /^release\//
120120 plugins : [$CI_TOOLKIT]
121121 artifact_paths :
122122 - fastlane/test_output/*
You can’t perform that action at this time.
0 commit comments