Skip to content

Commit

Permalink
[to revert] Test running on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
iangmaia committed Feb 6, 2025
1 parent 621340b commit f9e23ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') != 'true'
plugins: [$CI_TOOLKIT]
artifact_paths:
Expand All @@ -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') != 'true'
plugins: [$CI_TOOLKIT]
artifact_paths:
Expand Down

0 comments on commit f9e23ef

Please sign in to comment.