Skip to content

Commit

Permalink
Revert "WIP"
Browse files Browse the repository at this point in the history
This reverts commit 3882d00.

I'm so sorry :(
  • Loading branch information
GeorgesStavracas committed Dec 19, 2024
1 parent 3882d00 commit 579149f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 579149f

Please sign in to comment.