Skip to content

Commit a666c14

Browse files
authored
cache hardening (#3764)
1 parent de454fe commit a666c14

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/deploy-examples.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ jobs:
5555
with:
5656
path: ~/.pnpm-store
5757
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('pnpm-lock.yaml') }}
58-
restore-keys: |
59-
${{ runner.os }}-build-${{ env.cache-name }}-
60-
${{ runner.os }}-build-
61-
${{ runner.os }}-
6258

6359
- name: 📥 Install dependencies (root)
6460
run: pnpm install --frozen-lockfile

.github/workflows/deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
3636
with:
3737
path: ~/.pnpm-store
3838
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('pnpm-lock.yaml') }}
39-
restore-keys: |
40-
${{ runner.os }}-build-${{ env.cache-name }}-
41-
${{ runner.os }}-build-
42-
${{ runner.os }}-
4339
- name: Install dependencies
4440
run: pnpm install --frozen-lockfile
4541
- name: 📦 Build packages

0 commit comments

Comments
 (0)