Skip to content

Commit 03d6c36

Browse files
committed
Update build_and_test_provisioned.yml
1 parent a4d6dd0 commit 03d6c36

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build_and_test_provisioned.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ on:
2424
extra_compile_flags:
2525
required: false
2626
type: string
27+
checkout_ref:
28+
required: false
29+
type: string
2730
workflow_dispatch:
2831
inputs:
2932
runner_label:
@@ -47,6 +50,9 @@ on:
4750
extra_compile_flags:
4851
required: false
4952
type: string
53+
checkout_ref:
54+
required: false
55+
type: string
5056

5157
jobs:
5258
main:
@@ -56,7 +62,7 @@ jobs:
5662
- name: Checkout
5763
uses: actions/checkout@v3
5864
with:
59-
ref: cmakebuild
65+
ref: ${{ inputs.checkout_ref }}
6066
- name: Build
6167
uses: ./.github/actions/build
6268
if: inputs.run_build

0 commit comments

Comments
 (0)