diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 71bb1c8c597461..bf4ec8ac98bdc4 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,6 +15,7 @@ concurrency: jobs: check-tag: name: Check Release Tag + if: github.repository_owner == 'obsproject' runs-on: ubuntu-24.04 outputs: validTag: ${{ steps.check.outputs.validTag }} @@ -45,7 +46,7 @@ jobs: flatpak-publish: name: Flathub 📦 needs: check-tag - if: fromJSON(needs.check-tag.outputs.validTag) + if: github.repository_owner == 'obsproject' && fromJSON(needs.check-tag.outputs.validTag) runs-on: ubuntu-24.04 defaults: run: