Skip to content

Commit e18ace7

Browse files
committed
build: use reusable workflow
1 parent 1c0c21f commit e18ace7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
runs-on: ubuntu-latest
5252
timeout-minutes: 30
5353
steps:
54+
- name: test variable
55+
run: echo ${{ github.event.inputs.build_linux_packages }}
5456
- name: Checkout repository
5557
uses: actions/checkout@v4
5658
with:
@@ -154,7 +156,7 @@ jobs:
154156
-d '{"ref":"main","inputs":{"extension":"${{ github.repository }}","version":"${{ steps.meta.outputs.version }}","revision":"${{ github.sha }}"}}'
155157
156158
build-packages:
157-
if: ${{ github.event.inputs.build_linux_packages == 'true' }}
159+
if: ${{ github.event.inputs.build_linux_packages }}
158160
name: Build Linux Packages
159161
needs:
160162
- audit

0 commit comments

Comments
 (0)