Test macOS on canary (#15899)

Only run macOS tests on canary to avoid queued jobs due to [concurrency limit](https://docs.github.com/en/actions/getting-started-with-github-actions/about-github-actions#usage-limits).

Follow up to #15366
This commit is contained in:
Steven 2020-08-05 09:13:42 -04:00 committed by GitHub
parent 885b40681c
commit afc225c43d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,6 +79,7 @@ jobs:
testMacOS:
name: macOS (Basic, Production, Acceptance)
if: github.ref == 'canary'
runs-on: macos-latest
env:
NEXT_TELEMETRY_DISABLED: 1