mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
GitHub Action : Temporarily disable fallback cache key
This commit is contained in:
2
.github/workflows/ResInsightWithCache.yml
vendored
2
.github/workflows/ResInsightWithCache.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
||||
with:
|
||||
path: ${{ env.BUILDCACHE_DIR }}
|
||||
key: ${{ matrix.config.name }}-cache-${{ steps.cache_timestamp_string.outputs.timestamp }}
|
||||
restore-keys: ${{ matrix.config.name }}-cache-
|
||||
# restore-keys: ${{ matrix.config.name }}-cache-
|
||||
- name: Create Folder for buildcache
|
||||
run: New-Item ${{ env.BUILDCACHE_DIR }} -ItemType "directory" -Force
|
||||
shell: pwsh
|
||||
|
Reference in New Issue
Block a user