Skip to content

Commit

Permalink
Don't run OSX ARM64 tests on PRs since we don't have hardware to run …
Browse files Browse the repository at this point in the history
…them.
  • Loading branch information
brian-taylor-unity committed Mar 1, 2022
1 parent e94cba2 commit 0aeccd2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .yamato/test_osx_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0aeccd2

Please sign in to comment.