Skip to content

Commit

Permalink
ci: add defalut for put_build_results_to_cache (ydb-platform#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitka authored and CyberROFL committed Dec 19, 2023
1 parent 83b7625 commit 6119200
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_and_test_ya_provisioned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 6119200

Please sign in to comment.