Skip to content

Commit 3cbbead

Browse files
committed
One more time
1 parent 20672bf commit 3cbbead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/cache-db/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
uses: actions/cache@v3
1616
env:
1717
cache-name: cache-db
18-
key-1: ${{ hashFiles('packages/prisma/**') }}
18+
key-1: ${{ hashFiles('packages/prisma/schema.prisma','packages/prisma/migrations/**.sql','packages/prisma/*.ts') }}
1919
with:
2020
path: ${{ inputs.path }}
2121
key: ${{ runner.os }}-${{ env.cache-name }}-${{ inputs.path }}-${{ env.key-1 }}-${{ github.sha }}

0 commit comments

Comments
 (0)