From 3155ea9db05bc1ceacbbccc9d356f5922fa4cf87 Mon Sep 17 00:00:00 2001 From: Pavel Zorin Date: Fri, 10 Nov 2023 22:10:59 +0100 Subject: [PATCH] [CI] run MacOS 13 ARM unit tests only on main branch (#3742) --- .buildkite/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index ebbefb80898..489a3202ee3 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -71,9 +71,11 @@ steps: manual: allowed: true + # Runs inly on the main branch - label: "Unit tests - MacOS 13 ARM" key: "unit-tests-macos-13-arm" command: ".buildkite/scripts/steps/unit-tests.sh" + branches: main artifact_paths: - "build/TEST-**" - "build/diagnostics/*" @@ -146,7 +148,6 @@ steps: unit-tests-win2016 unit-tests-win2022 unit-tests-macos-13 - unit-tests-macos-13-arm unit-tests-win10 unit-tests-win11 "