We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67aea69 commit 5462aa9Copy full SHA for 5462aa9
.github/workflows/build_and_test_ya_provisioned.yml
@@ -53,6 +53,9 @@ on:
53
type: string
54
default: "auto-provisioned"
55
description: "runner label"
56
+ put_build_results_to_cache:
57
+ type: boolean
58
+ default: true
59
workflow_call:
60
inputs:
61
build_target:
@@ -103,5 +106,5 @@ jobs:
103
106
test_type: ${{ inputs.test_type }}
104
107
link_threads: ${{ inputs.link_threads }}
105
108
test_threads: ${{ inputs.test_threads }}
- put_build_results_to_cache: ${{ inputs.put_build_results_to_cache || true }}
109
+ put_build_results_to_cache: ${{ inputs.put_build_results_to_cache }}
110
secrets: inherit
0 commit comments