From 579149f6a4162873bbb9ad70e07befce0e585d76 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Thu, 19 Dec 2024 10:51:53 -0300 Subject: [PATCH] Revert "WIP" This reverts commit 3882d005e78e185f4c64c7402b0676c777903506. I'm so sorry :( --- .github/workflows/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: