Skip to content

Commit

Permalink
disable flathub
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Jul 12, 2024
1 parent ab3de23 commit 2042dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-studio-linux-flathub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
deploy-flathub:
name: Deploy in Flathub
runs-on: ubuntu-latest
if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') }}
if: false
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2042dc0

Please sign in to comment.