We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a89650 commit 02eb201Copy full SHA for 02eb201
1 file changed
.github/workflows/conventional-commit-lint.yaml
@@ -16,6 +16,10 @@ on:
16
npm_config_nodedir:
17
type: string
18
required: false
19
+ runner:
20
+ type: string
21
+ required: false
22
+ default: common
23
secrets:
24
DOCKER_REGISTRY_USER:
25
required: true
@@ -27,7 +31,7 @@ on:
27
31
jobs:
28
32
conventional-commit-lint:
29
33
name: Conventional commit lint
30
- runs-on: [self-hosted, common]
34
+ runs-on: [self-hosted, ${{ inputs.runner }}]
35
container:
36
image: ${{ inputs.image }}
37
credentials:
0 commit comments