Skip to content

Commit 20a0d0f

Browse files
committed
build: use reusable workflow
1 parent c48c985 commit 20a0d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-extension-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
-d '{"ref":"main","inputs":{"extension":"${{ github.repository }}","version":"${{ steps.meta.outputs.version }}","revision":"${{ github.sha }}"}}'
154154
155155
build-packages:
156-
if: ${{ github.event.inputs.build_linux_packages }}
156+
if: ${{ github.event.inputs.build_linux_packages == 'true' }}
157157
name: Build Linux Packages
158158
needs:
159159
- audit

0 commit comments

Comments
 (0)