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