From 33cf09755acecf3728d0decc513ae132b3f14595 Mon Sep 17 00:00:00 2001 From: WC <677680+welps@users.noreply.github.com> Date: Tue, 25 Jul 2023 21:05:04 -0400 Subject: [PATCH] chore: Disable yarn cache for ci-checks stage to reduce network congestion (#804) --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f407b6cbd1..153f70a94a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -251,7 +251,6 @@ jobs: - uses: actions/setup-node@v3 with: node-version: "16.20.0" - cache: 'yarn' - name: Download deps cache artifacts uses: actions/download-artifact@v3 with: