From 7ed30bc40d899e4a5a9ed34964bac430aedf1143 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Wed, 19 Nov 2025 19:32:12 +0000 Subject: [PATCH] ci: Don't download ccache on develop branch (#2792) --- .github/workflows/reusable-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 88af4a4a..88e53cdb 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -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: