We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c30af commit 00485a9Copy full SHA for 00485a9
1 file changed
.github/actions/cache-build/action.yml
@@ -13,7 +13,7 @@ runs:
13
env:
14
cache-name: prod-build
15
key-1: ${{ inputs.node_version }}-${{ hashFiles('yarn.lock') }}
16
- key-2: ${{ hashFiles('apps/**/**.[jt]s', 'apps/**/**.[jt]sx', 'packages/**/**.[jt]s', 'packages/**/**.[jt]sx') }}
+ key-2: ${{ hashFiles('apps/**/**.[jt]s', 'apps/**/**.[jt]sx', 'packages/**/**.[jt]s', 'packages/**/**.[jt]sx', '!**/node_modules') }}
17
key-3: ${{ github.event.pull_request.number || github.ref }}
18
with:
19
path: |
0 commit comments