From b6f6382f1554394ea743acc92824fd7e222ee97d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20L=C3=B3pez?= Date: Tue, 28 Feb 2023 06:30:55 -0700 Subject: [PATCH] Update action.yml --- .github/actions/cache-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cache-build/action.yml b/.github/actions/cache-build/action.yml index b892ad544c..237a515420 100644 --- a/.github/actions/cache-build/action.yml +++ b/.github/actions/cache-build/action.yml @@ -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: |