Skip to content

Commit

Permalink
build: use reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Dec 6, 2023
1 parent 1c0c21f commit e18ace7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/reusable-extension-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: test variable
run: echo ${{ github.event.inputs.build_linux_packages }}
- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -154,7 +156,7 @@ jobs:
-d '{"ref":"main","inputs":{"extension":"${{ github.repository }}","version":"${{ steps.meta.outputs.version }}","revision":"${{ github.sha }}"}}'
build-packages:
if: ${{ github.event.inputs.build_linux_packages == 'true' }}
if: ${{ github.event.inputs.build_linux_packages }}
name: Build Linux Packages
needs:
- audit
Expand Down

0 comments on commit e18ace7

Please sign in to comment.