mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Separate cache key from primary key [ci skip]
This commit is contained in:
parent
95da41ee0a
commit
25e417b773
2 changed files with 6 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue