Skip to content

Commit 9e6949c

Browse files
committed
ci: remove restore key
1 parent 2f34d46 commit 9e6949c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/build-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
with:
3030
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
3131
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
32-
restore-keys: |
33-
${{ runner.os }}-yarn-
3432

3533
- name: Cache install
3634
uses: actions/cache@v1

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
with:
3434
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
3535
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
36-
restore-keys: |
37-
${{ runner.os }}-yarn-
3836

3937
- name: Cache install
4038
uses: actions/cache@v1

0 commit comments

Comments
 (0)