workflows/tests: restrict to Homebrew/brew.

This should avoid being spammed with failing CI runs on random forks.
This commit is contained in:
Mike McQuaid 2020-02-19 11:59:37 +00:00
parent 20e0aa2a51
commit 43f6411f14
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -5,6 +5,7 @@ on:
pull_request: []
jobs:
tests:
if: github.repository == 'Homebrew/brew'
runs-on: ${{ matrix.os }}
strategy:
matrix: