From b16219fdf1477ef6c7be7749f883e56f2ae4d164 Mon Sep 17 00:00:00 2001 From: Hammad Jutt Date: Tue, 28 Jul 2020 15:05:48 -0600 Subject: [PATCH] Remove restore key for CI cache --- .github/workflows/PR-CI.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/PR-CI.yml b/.github/workflows/PR-CI.yml index f18e471f..4724b687 100644 --- a/.github/workflows/PR-CI.yml +++ b/.github/workflows/PR-CI.yml @@ -27,8 +27,6 @@ jobs: with: path: '**/node_modules' key: nodeModules-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - nodeModules- - name: Install packages run: yarn --frozen-lockfile