From de3ec8b5d8a94ae3cf9aa1e7f3accdf5a8101159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20L=C3=B3pez?= Date: Tue, 28 Feb 2023 07:05:39 -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 237a515420..6783303df2 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('apps/**/**.[jt]sx?', 'packages/**/**.[jt]sx?') }} + key-2: ${{ hashFiles('apps/**.[jt]sx?', 'packages/**.[jt]sx?') }} key-3: ${{ github.event.pull_request.number || github.ref }} with: path: |