ci: Upload cache only for develop branch (#1897)

This commit is contained in:
Sergey Kuznetsov
2025-02-14 16:54:08 +00:00
committed by GitHub
parent 3c008b6bb4
commit 531e1dad6d

View File

@@ -164,7 +164,7 @@ jobs:
path: build/clio_integration_tests
- name: Save cache
if: ${{ !inputs.disable_cache }}
if: ${{ !inputs.disable_cache && github.ref == 'refs/heads/develop' }}
uses: ./.github/actions/save_cache
with:
conan_dir: ${{ env.CONAN_USER_HOME }}/.conan