Conditionally run workflows only on parent repo

This commit is contained in:
Gabe Kangas
2022-11-19 11:56:15 -08:00
parent 58fdca3006
commit d087f296da
5 changed files with 7 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ on:
jobs:
Docker:
runs-on: ubuntu-latest
if: github.repository == 'owncast/owncast'
steps:
- uses: earthly/actions-setup@v1
with: