From 0eb159281a637ba1af8031cf29e588d1a997735e Mon Sep 17 00:00:00 2001 From: George Usynin <103181646+heorhi-deriv@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:21:10 +0300 Subject: [PATCH] perf: remove redundant cache key restoration (#17718) --- .github/workflows/coveralls.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 3f123137e6f4..872227f4c3e3 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -28,7 +28,6 @@ jobs: node_modules packages/*/node_modules key: node_modules-cache-${{ hashFiles('package-lock.json', 'packages/*/package.json') }} - restore-keys: node_modules-cache- - if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }} name: Install dependencies uses: "./.github/actions/npm_install_from_cache"