Skip to content

Commit

Permalink
Merge pull request #11195 from wellcomecollection/remove-remove-add-e…
Browse files Browse the repository at this point in the history
…2e-tests-step-on-main

Add steps for e2e tests (if necessary) step not to run on main
  • Loading branch information
agnesgaroux authored Sep 19, 2024
2 parents 360c5c5 + 4d650a0 commit 9668d3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
value: "maybe-later"

- label: "Add steps for e2e tests (if necessary)"
if: build.branch != "main"
depends_on: "ask-user-if-should-run-e2es"
command: |
if [[ "$$(buildkite-agent meta-data get should-run-e2es)" == "yes" ]]; then
Expand Down

0 comments on commit 9668d3e

Please sign in to comment.