diff --git a/.github/workflows/build_and_test_ya_provisioned.yml b/.github/workflows/build_and_test_ya_provisioned.yml index 19f117f36993..38ca63fb6611 100644 --- a/.github/workflows/build_and_test_ya_provisioned.yml +++ b/.github/workflows/build_and_test_ya_provisioned.yml @@ -53,6 +53,9 @@ on: type: string default: "auto-provisioned" description: "runner label" + put_build_results_to_cache: + type: boolean + default: true workflow_call: inputs: build_target: @@ -103,5 +106,5 @@ jobs: test_type: ${{ inputs.test_type }} link_threads: ${{ inputs.link_threads }} test_threads: ${{ inputs.test_threads }} - put_build_results_to_cache: ${{ inputs.put_build_results_to_cache || true }} + put_build_results_to_cache: ${{ inputs.put_build_results_to_cache }} secrets: inherit