Skip to content

Commit

Permalink
build: use reusable workflow
Browse files Browse the repository at this point in the history
ReuDa committed Dec 6, 2023
1 parent 3f165bd commit a46b078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-extension-ci.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ on:
type: boolean
required: true
description: |
If set to 'true', the workflow will build Linux packages
If set to true, the workflow will build Linux packages
secrets:
SONAR_TOKEN:
required: false
@@ -162,7 +162,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

0 comments on commit a46b078

Please sign in to comment.