ci: Don't download ccache on develop branch (#2792)

This commit is contained in:
Ayaz Salikhov
2025-11-19 19:32:12 +00:00
committed by GitHub
parent ac608004bc
commit 7ed30bc40d

View File

@@ -116,7 +116,7 @@ jobs:
code_coverage: ${{ inputs.code_coverage }}
- name: Restore ccache cache
if: ${{ inputs.download_ccache }}
if: ${{ inputs.download_ccache && github.ref != 'refs/heads/develop' }}
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
id: restore_cache
with: