chore: Update if condition in alpha.yml GitHub workflow

This commit is contained in:
Mauro Balades
2024-07-13 11:50:15 +02:00
parent 515a0d4016
commit 1132c70565

View File

@@ -584,7 +584,7 @@ jobs:
name: Build flatpak repos
needs: [release]
runs-on: ubuntu-latest
if: ${{ github.event.inputs.create_release == 'true' }}
if: ${{ github.event.inputs.create_release == 'true' && false }}
steps:
- uses: actions/checkout@v3