From 4d650a07b15d66a7490b9845c9d6450dc30fb9d6 Mon Sep 17 00:00:00 2001 From: Agnes Garoux Date: Thu, 19 Sep 2024 10:00:28 +0100 Subject: [PATCH] Add steps for e2e tests (if necessary) step not to run on main --- .buildkite/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 46fb94b1e2..970a8a07df 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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