diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b4175ec..6695958 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -29,7 +29,6 @@ jobs: key: node-deps-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }} - name: Install Dependencies - if: steps.cache.outputs.cache-hit != 'true' run: | yarn install --cache-folder ~/.cache/yarn --prefer-offline --frozen-lockfile