Skip to content

Commit 5462aa9

Browse files
nikitkaazevaykin
authored andcommitted
ci: add defalut for put_build_results_to_cache (ydb-platform#546)
1 parent 67aea69 commit 5462aa9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_and_test_ya_provisioned.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ on:
5353
type: string
5454
default: "auto-provisioned"
5555
description: "runner label"
56+
put_build_results_to_cache:
57+
type: boolean
58+
default: true
5659
workflow_call:
5760
inputs:
5861
build_target:
@@ -103,5 +106,5 @@ jobs:
103106
test_type: ${{ inputs.test_type }}
104107
link_threads: ${{ inputs.link_threads }}
105108
test_threads: ${{ inputs.test_threads }}
106-
put_build_results_to_cache: ${{ inputs.put_build_results_to_cache || true }}
109+
put_build_results_to_cache: ${{ inputs.put_build_results_to_cache }}
107110
secrets: inherit

0 commit comments

Comments
 (0)