Skip to content

Commit 3155ea9

Browse files
authored
[CI] run MacOS 13 ARM unit tests only on main branch (#3742)
1 parent c00eddf commit 3155ea9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,11 @@ steps:
7171
manual:
7272
allowed: true
7373

74+
# Runs inly on the main branch
7475
- label: "Unit tests - MacOS 13 ARM"
7576
key: "unit-tests-macos-13-arm"
7677
command: ".buildkite/scripts/steps/unit-tests.sh"
78+
branches: main
7779
artifact_paths:
7880
- "build/TEST-**"
7981
- "build/diagnostics/*"
@@ -146,7 +148,6 @@ steps:
146148
unit-tests-win2016
147149
unit-tests-win2022
148150
unit-tests-macos-13
149-
unit-tests-macos-13-arm
150151
unit-tests-win10
151152
unit-tests-win11
152153
"

0 commit comments

Comments
 (0)