[.github/workflows/tests.yml] jobs.test-everything: Don't run on user forks.

This commit is contained in:
Bryce Glover 2020-12-05 17:23:03 -05:00
parent 94d68404db
commit 39bdb54d2d

View File

@ -177,6 +177,7 @@ jobs:
test-everything:
name: test everything (macOS)
if: startsWith(github.repository, 'Homebrew/')
runs-on: macos-11.0
steps:
- name: Set up Homebrew