Skip to content

Commit 15f7d34

Browse files
committed
build: use reusable workflow
1 parent c2de5db commit 15f7d34

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
required: true
1616
description: |
1717
If set to true, the workflow will build Linux packages
18+
runs_on:
19+
type: string
20+
required: false
21+
default: ubuntu-latest
1822
secrets:
1923
SONAR_TOKEN:
2024
required: false
@@ -47,7 +51,7 @@ on:
4751
jobs:
4852
audit:
4953
name: Audit
50-
runs-on: ubuntu-latest
54+
runs-on: ${{ inputs.runs_on }}
5155
timeout-minutes: 60
5256
steps:
5357
- name: Checkout repository

0 commit comments

Comments
 (0)