[.github/workflows/docker.yml] jobs.ubuntu: Don't run on user forks.
This commit is contained in:
parent
08be577d5f
commit
ce11d63ca8
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@ -11,6 +11,7 @@ on:
|
|||||||
- published
|
- published
|
||||||
jobs:
|
jobs:
|
||||||
ubuntu:
|
ubuntu:
|
||||||
|
if: startsWith(github.repository, 'Homebrew/')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user