We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5decdf commit 073856dCopy full SHA for 073856d
.github/workflows/build.yml
@@ -177,9 +177,11 @@ jobs:
177
with:
178
path: ${{ env.CACHED_DEPENDENCY_PATHS }}
179
key: ${{ needs.job_install_deps.outputs.dependency_cache_key }}
180
+
181
- name: Check build cache
182
uses: actions/cache@v3
183
id: cache_built_packages
184
+ if: needs.job_get_metadata.outputs.force_skip_cache == 'false'
185
186
path: ${{ env.CACHED_BUILD_PATHS }}
187
key: ${{ env.BUILD_CACHE_KEY }}
0 commit comments