From a6ff8974a4571da10fac48f2555ed1f92f9b0b9d Mon Sep 17 00:00:00 2001 From: zomars Date: Sat, 25 Feb 2023 08:45:09 -0700 Subject: [PATCH] Running out of ideas --- .github/actions/cache-build/action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/actions/cache-build/action.yml b/.github/actions/cache-build/action.yml index f02cff267835a0..fc7debb698c2c6 100644 --- a/.github/actions/cache-build/action.yml +++ b/.github/actions/cache-build/action.yml @@ -18,6 +18,4 @@ runs: ${{ github.workspace }}/apps/web/.next **/.turbo/** **/dist/** - key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.key-1 }}-${{ env.key-2 }}-${{ github.event.pull_request.number || github.ref }} - restore-keys: | - ${{ runner.os }}-${{ env.cache-name }}-${{ env.key-1 }}-${{ env.key-2 }}- + key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.key-1 }}-${{ env.key-2 }}