Merge pull request #7055 from MikeMcQuaid/no-more-actions-spam
workflows/tests: restrict to Homebrew/brew.
This commit is contained in:
commit
5b126ec850
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -5,6 +5,7 @@ on:
|
|||||||
pull_request: []
|
pull_request: []
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
if: github.repository == 'Homebrew/brew'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user