We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637422f commit 9dad905Copy full SHA for 9dad905
1 file changed
.github/workflows/ci-standard-checks-workflow.yaml
@@ -18,10 +18,15 @@ on:
18
required: false
19
default: false
20
description: 'whether to use Typeform/ci-standard-checks@v1-beta'
21
+ runner:
22
+ description: "Self-hosted GHA runner"
23
+ type: string
24
+ required: false
25
+ default: "ubuntu-latest"
26
27
jobs:
28
ci-standard-checks:
- runs-on: 'ubuntu-latest'
29
+ runs-on: [ "${{ inputs.runner }}" ]
30
steps:
31
- name: Check Out Source Code
32
uses: actions/checkout@v6
0 commit comments