Skip to content

Commit

Permalink
Only match exact key
Browse files Browse the repository at this point in the history
  • Loading branch information
zomars committed Feb 28, 2023
1 parent feca7c2 commit 9c794ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/yarn-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ runs:
**/node_modules/**
packages/prisma/zod
key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.cache-key }}
restore-keys: ${{ runner.os }}-${{ env.cache-name }}-
- name: Yarn install
shell: bash
if: steps.node-modules-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 9c794ba

Please sign in to comment.