diff options
author | nkozlovskiy <nmk@ydb.tech> | 2023-12-01 12:22:13 +0300 |
---|---|---|
committer | nkozlovskiy <nmk@ydb.tech> | 2023-12-01 14:20:32 +0300 |
commit | 19cf0cd0ee992144974fe72cc1bbbf854c2e28b1 (patch) | |
tree | 132f6fe413103285c7b46b0ce2dbe1daeabc7976 /.github/workflows | |
parent | 3a7ee97e814279f869a1f4272496108dc7713d16 (diff) | |
download | ydb-19cf0cd0ee992144974fe72cc1bbbf854c2e28b1.tar.gz |
ci: enable get build cache for PR builds
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build_and_test_ya.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_and_test_ya.yml b/.github/workflows/build_and_test_ya.yml index 48cb78c8c6..e327b2118f 100644 --- a/.github/workflows/build_and_test_ya.yml +++ b/.github/workflows/build_and_test_ya.yml @@ -76,7 +76,7 @@ jobs: with: build_target: ${{ inputs.build_target }} build_preset: ${{ inputs.build_preset }} - bazel_remote_uri: ${{ inputs.put_build_results_to_cache && vars.REMOTE_CACHE_URL_YA || '' }} + bazel_remote_uri: ${{ vars.REMOTE_CACHE_URL_YA || '' }} bazel_remote_username: ${{ inputs.put_build_results_to_cache && secrets.REMOTE_CACHE_USERNAME || '' }} bazel_remote_password: ${{ inputs.put_build_results_to_cache && secrets.REMOTE_CACHE_PASSWORD || '' }} link_threads: ${{ inputs.link_threads }} |