Separate cache key from primary key [ci skip]
This commit is contained in:
parent
95da41ee0a
commit
25e417b773
4
.github/workflows/bundled_gems.yml
vendored
4
.github/workflows/bundled_gems.yml
vendored
@ -33,7 +33,9 @@ jobs:
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: .downloaded-cache
|
||||
key: downloaded-cache
|
||||
key: downloaded-cache-${{ github.sha }}
|
||||
restore-keys: |
|
||||
downloaded-cache
|
||||
|
||||
- name: Download previous gems list
|
||||
run: |
|
||||
|
4
.github/workflows/check_misc.yml
vendored
4
.github/workflows/check_misc.yml
vendored
@ -26,7 +26,9 @@ jobs:
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: .downloaded-cache
|
||||
key: downloaded-cache
|
||||
key: downloaded-cache-${{ github.sha }}
|
||||
restore-keys: |
|
||||
downloaded-cache
|
||||
|
||||
- name: Download previous gems list
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user