We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db3b1a commit 4636609Copy full SHA for 4636609
1 file changed
.github/actions/cache-build/action.yml
@@ -18,6 +18,6 @@ runs:
18
${{ github.workspace }}/apps/web/.next
19
**/.turbo/**
20
**/dist/**
21
- key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.key-1 }}-${{ env.key-2 }}-${{ github.sha }}
+ key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.key-1 }}-${{ env.key-2 }}-${{ github.event.pull_request.number || github.ref }}
22
restore-keys: |
23
${{ runner.os }}-${{ env.cache-name }}-${{ env.key-1 }}-${{ env.key-2 }}-
0 commit comments