Conditionally run workflows only on parent repo
This commit is contained in:
1
.github/workflows/docker-webv2.yaml
vendored
1
.github/workflows/docker-webv2.yaml
vendored
@@ -11,6 +11,7 @@ on:
|
||||
jobs:
|
||||
Docker:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'owncast/owncast'
|
||||
steps:
|
||||
- uses: earthly/actions-setup@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user