We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac60800 commit becbf96Copy full SHA for becbf96
.github/workflows/reusable-build.yml
@@ -116,7 +116,7 @@ jobs:
116
code_coverage: ${{ inputs.code_coverage }}
117
118
- name: Restore ccache cache
119
- if: ${{ inputs.download_ccache }}
+ if: ${{ inputs.download_ccache && github.ref != 'refs/heads/develop' }}
120
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
121
id: restore_cache
122
with:
0 commit comments