We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00eddf commit 3155ea9Copy full SHA for 3155ea9
.buildkite/pipeline.yml
@@ -71,9 +71,11 @@ steps:
71
manual:
72
allowed: true
73
74
+ # Runs inly on the main branch
75
- label: "Unit tests - MacOS 13 ARM"
76
key: "unit-tests-macos-13-arm"
77
command: ".buildkite/scripts/steps/unit-tests.sh"
78
+ branches: main
79
artifact_paths:
80
- "build/TEST-**"
81
- "build/diagnostics/*"
@@ -146,7 +148,6 @@ steps:
146
148
unit-tests-win2016
147
149
unit-tests-win2022
150
unit-tests-macos-13
- unit-tests-macos-13-arm
151
unit-tests-win10
152
unit-tests-win11
153
"
0 commit comments