From 0aeccd279ed5c896f742730dd2f7ad20526bc8f5 Mon Sep 17 00:00:00 2001 From: Brian Taylor Date: Tue, 1 Mar 2022 10:47:53 -0500 Subject: [PATCH] Don't run OSX ARM64 tests on PRs since we don't have hardware to run them. --- .yamato/test_osx_arm64.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.yamato/test_osx_arm64.yml b/.yamato/test_osx_arm64.yml index d6987f3da5bbe..4f316a4a748a1 100644 --- a/.yamato/test_osx_arm64.yml +++ b/.yamato/test_osx_arm64.yml @@ -24,8 +24,9 @@ commands: - ./build.sh clr.paltests - ./artifacts/bin/coreclr/OSX.arm64.Debug/paltests/runpaltests.sh $(pwd)/artifacts/bin/coreclr/OSX.arm64.Debug/paltests -triggers: - pull_requests: - - targets: - only: - - "unity-main" +## Don't run OSX ARM64 tests for PRs until we have hardware to actually run it +# triggers: +# pull_requests: +# - targets: +# only: +# - "unity-main"