Skip to content

Commit 47338b2

Browse files
committed
fix: remove conditional check for PPA input in publish job
1 parent 4c307e0 commit 47338b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-ppa.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
3939
publish-ppa:
4040
needs: check
41-
if: ${{ inputs.ppa }}
4241
runs-on: ubuntu-latest
4342
steps:
4443
- uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)