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 e94cba2 commit 0aeccd2Copy full SHA for 0aeccd2
.yamato/test_osx_arm64.yml
@@ -24,8 +24,9 @@ commands:
24
- ./build.sh clr.paltests
25
- ./artifacts/bin/coreclr/OSX.arm64.Debug/paltests/runpaltests.sh $(pwd)/artifacts/bin/coreclr/OSX.arm64.Debug/paltests
26
27
-triggers:
28
- pull_requests:
29
- - targets:
30
- only:
31
- - "unity-main"
+## Don't run OSX ARM64 tests for PRs until we have hardware to actually run it
+# triggers:
+# pull_requests:
+# - targets:
+# only:
32
+# - "unity-main"
0 commit comments