aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexSm <alex@ydb.tech>2024-02-01 17:37:41 +0100
committerGitHub <noreply@github.com>2024-02-01 17:37:41 +0100
commitb1baead724d14fcbef87f0f95b776914ff03e4c6 (patch)
tree089f13e2bbd99fd5a22e5c03a636db26c7ed5e7c
parent69a87ace447fe09f115b0d66cf428dc1583a7865 (diff)
downloadydb-b1baead724d14fcbef87f0f95b776914ff03e4c6.tar.gz
Update build_and_test_provisioned.yml
-rw-r--r--.github/workflows/build_and_test_provisioned.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/build_and_test_provisioned.yml b/.github/workflows/build_and_test_provisioned.yml
index 371fb7cc969..c453026b243 100644
--- a/.github/workflows/build_and_test_provisioned.yml
+++ b/.github/workflows/build_and_test_provisioned.yml
@@ -24,6 +24,9 @@ on:
extra_compile_flags:
required: false
type: string
+ checkout_ref:
+ required: false
+ type: string
workflow_dispatch:
inputs:
runner_label:
@@ -47,6 +50,9 @@ on:
extra_compile_flags:
required: false
type: string
+ checkout_ref:
+ required: false
+ type: string
jobs:
main:
@@ -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