We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f6382 commit de3ec8bCopy full SHA for de3ec8b
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]sx?', 'packages/**/**.[jt]sx?') }}
+ key-2: ${{ hashFiles('apps/**.[jt]sx?', 'packages/**.[jt]sx?') }}
17
key-3: ${{ github.event.pull_request.number || github.ref }}
18
with:
19
path: |
0 commit comments