Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zomars authored Feb 28, 2023
1 parent e79c03c commit b6f6382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cache-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
env:
cache-name: prod-build
key-1: ${{ inputs.node_version }}-${{ hashFiles('yarn.lock') }}
key-2: ${{ hashFiles('**/**.[jt]s', '**/**.[jt]sx') }}
key-2: ${{ hashFiles('apps/**/**.[jt]sx?', 'packages/**/**.[jt]sx?') }}
key-3: ${{ github.event.pull_request.number || github.ref }}
with:
path: |
Expand Down

0 comments on commit b6f6382

Please sign in to comment.