We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20672bf commit 3cbbeadCopy full SHA for 3cbbead
1 file changed
.github/actions/cache-db/action.yml
@@ -15,7 +15,7 @@ runs:
15
uses: actions/cache@v3
16
env:
17
cache-name: cache-db
18
- key-1: ${{ hashFiles('packages/prisma/**') }}
+ key-1: ${{ hashFiles('packages/prisma/schema.prisma','packages/prisma/migrations/**.sql','packages/prisma/*.ts') }}
19
with:
20
path: ${{ inputs.path }}
21
key: ${{ runner.os }}-${{ env.cache-name }}-${{ inputs.path }}-${{ env.key-1 }}-${{ github.sha }}
0 commit comments