Merge pull request #7055 from MikeMcQuaid/no-more-actions-spam

workflows/tests: restrict to Homebrew/brew.
This commit is contained in:
Mike McQuaid 2020-02-19 12:20:03 +00:00 committed by GitHub
commit 5b126ec850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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