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

@@ -16,6 +16,8 @@ jobs:
chromatic-deployment:
# Operating System
runs-on: ubuntu-latest
if: github.repository == 'owncast/owncast'
defaults:
run:
working-directory: ./web