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

@@ -8,6 +8,8 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
if: github.repository == 'owncast/owncast'
steps:
- name: Checkout
uses: actions/checkout@v3