We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d6dd0 commit 03d6c36Copy full SHA for 03d6c36
.github/workflows/build_and_test_provisioned.yml
@@ -24,6 +24,9 @@ on:
24
extra_compile_flags:
25
required: false
26
type: string
27
+ checkout_ref:
28
+ required: false
29
+ type: string
30
workflow_dispatch:
31
inputs:
32
runner_label:
@@ -47,6 +50,9 @@ on:
47
50
48
51
49
52
53
54
55
56
57
jobs:
58
main:
@@ -56,7 +62,7 @@ jobs:
62
- name: Checkout
63
uses: actions/checkout@v3
64
with:
59
- ref: cmakebuild
65
+ ref: ${{ inputs.checkout_ref }}
60
66
- name: Build
61
67
uses: ./.github/actions/build
68
if: inputs.run_build
0 commit comments