Skip to content

Commit

Permalink
Update build_and_test_provisioned.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexv-smirnov authored Feb 1, 2024
1 parent 69a87ac commit b1baead
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_and_test_provisioned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ on:
extra_compile_flags:
required: false
type: string
checkout_ref:
required: false
type: string
workflow_dispatch:
inputs:
runner_label:
Expand All @@ -47,6 +50,9 @@ on:
extra_compile_flags:
required: false
type: string
checkout_ref:
required: false
type: string

jobs:
main:
Expand All @@ -56,7 +62,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: cmakebuild
ref: ${{ inputs.checkout_ref }}
- name: Build
uses: ./.github/actions/build
if: inputs.run_build
Expand Down

0 comments on commit b1baead

Please sign in to comment.