зеркало из https://github.com/github/ruby.git
Separate cache key from primary key [ci skip]
This commit is contained in:
Родитель
95da41ee0a
Коммит
25e417b773
|
@ -33,7 +33,9 @@ jobs:
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: .downloaded-cache
|
path: .downloaded-cache
|
||||||
key: downloaded-cache
|
key: downloaded-cache-${{ github.sha }}
|
||||||
|
restore-keys: |
|
||||||
|
downloaded-cache
|
||||||
|
|
||||||
- name: Download previous gems list
|
- name: Download previous gems list
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -26,7 +26,9 @@ jobs:
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: .downloaded-cache
|
path: .downloaded-cache
|
||||||
key: downloaded-cache
|
key: downloaded-cache-${{ github.sha }}
|
||||||
|
restore-keys: |
|
||||||
|
downloaded-cache
|
||||||
|
|
||||||
- name: Download previous gems list
|
- name: Download previous gems list
|
||||||
run: |
|
run: |
|
||||||
|
|
Загрузка…
Ссылка в новой задаче