Skip to content

Commit becbf96

Browse files
committed
ci: Don't download ccache on develop branch
1 parent ac60800 commit becbf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
code_coverage: ${{ inputs.code_coverage }}
117117

118118
- name: Restore ccache cache
119-
if: ${{ inputs.download_ccache }}
119+
if: ${{ inputs.download_ccache && github.ref != 'refs/heads/develop' }}
120120
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
121121
id: restore_cache
122122
with:

0 commit comments

Comments
 (0)