Browse Source

ci: add defalut for put_build_results_to_cache (#546)

nikita kozlovsky 1 year ago
parent
commit
bc3c0339c0
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .github/workflows/build_and_test_ya_provisioned.yml

+ 4 - 1
.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