Skip to content

Commit 0aeccd2

Browse files
Don't run OSX ARM64 tests on PRs since we don't have hardware to run them.
1 parent e94cba2 commit 0aeccd2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.yamato/test_osx_arm64.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ commands:
2424
- ./build.sh clr.paltests
2525
- ./artifacts/bin/coreclr/OSX.arm64.Debug/paltests/runpaltests.sh $(pwd)/artifacts/bin/coreclr/OSX.arm64.Debug/paltests
2626

27-
triggers:
28-
pull_requests:
29-
- targets:
30-
only:
31-
- "unity-main"
27+
## Don't run OSX ARM64 tests for PRs until we have hardware to actually run it
28+
# triggers:
29+
# pull_requests:
30+
# - targets:
31+
# only:
32+
# - "unity-main"

0 commit comments

Comments
 (0)