Skip to content

Commit

Permalink
[CI] run MacOS 13 ARM unit tests only on main branch (#3742)
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone authored Nov 10, 2023
1 parent c00eddf commit 3155ea9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"
Expand Down Expand Up @@ -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
"
Expand Down

0 comments on commit 3155ea9

Please sign in to comment.