Skip to content

Commit

Permalink
ci: remove restore-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ElanYoung committed Nov 25, 2023
1 parent ede3d83 commit bcfbb0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-

- name: Install dependencies
run: pnpm install --no-frozen-lockfile
Expand Down

0 comments on commit bcfbb0b

Please sign in to comment.