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 c2de5db commit 15f7d34
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/reusable-extension-ci.yml
Original file line number Diff line number Diff line change
@@ -15,6 +15,10 @@ on:
required: true
description: |
If set to true, the workflow will build Linux packages
runs_on:
type: string
required: false
default: ubuntu-latest
secrets:
SONAR_TOKEN:
required: false
@@ -47,7 +51,7 @@ on:
jobs:
audit:
name: Audit
runs-on: ubuntu-latest
runs-on: ${{ inputs.runs_on }}
timeout-minutes: 60
steps:
- name: Checkout repository

0 comments on commit 15f7d34

Please sign in to comment.