Skip to content

Commit

Permalink
Test macOS on canary (#15899)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
styfle authored Aug 5, 2020
1 parent 885b406 commit afc225c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:

testMacOS:
name: macOS (Basic, Production, Acceptance)
if: github.ref == 'canary'
runs-on: macos-latest
env:
NEXT_TELEMETRY_DISABLED: 1
Expand Down

0 comments on commit afc225c

Please sign in to comment.