From d661026e3fe0004810a3544cfbd937cfd4fb3b1c Mon Sep 17 00:00:00 2001 From: Manish Gupta Date: Tue, 28 Nov 2023 17:39:39 +0530 Subject: [PATCH] cleanup --- .github/workflows/build-test-pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-pull-request.yml b/.github/workflows/build-test-pull-request.yml index 2fe87e415..bbb197a66 100644 --- a/.github/workflows/build-test-pull-request.yml +++ b/.github/workflows/build-test-pull-request.yml @@ -19,11 +19,11 @@ jobs: uses: actions/setup-node@v4 with: node-version: 18.x - cache: "yarn" + # cache: "yarn" - name: Enabling Corepack run: corepack enable - + - name: Get changed files id: changed-files uses: tj-actions/changed-files@v38