workflows/tests: restrict to Homebrew/brew.
This should avoid being spammed with failing CI runs on random forks.
This commit is contained in:
parent
20e0aa2a51
commit
43f6411f14
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -5,6 +5,7 @@ on:
|
||||
pull_request: []
|
||||
jobs:
|
||||
tests:
|
||||
if: github.repository == 'Homebrew/brew'
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
|
Loading…
x
Reference in New Issue
Block a user