Only match exact key

pull/7438/head
zomars 2023-02-28 10:12:55 -07:00
parent feca7c23fb
commit 9c794bac1a
1 changed files with 0 additions and 1 deletions

View File

@ -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'