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

@@ -10,6 +10,7 @@ on:
jobs:
bundle:
runs-on: ubuntu-latest
if: github.repository == 'owncast/owncast'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}