From ab68b17e777ecbd7ba5a9fe853390bcc93a5e17b Mon Sep 17 00:00:00 2001 From: Usame Algan Date: Tue, 14 Nov 2023 13:27:41 +0100 Subject: [PATCH] fix: Remove redundant caching --- .github/workflows/nextjs_bundle_analysis.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/nextjs_bundle_analysis.yml b/.github/workflows/nextjs_bundle_analysis.yml index 46e74f48b9..2c13c55ef8 100644 --- a/.github/workflows/nextjs_bundle_analysis.yml +++ b/.github/workflows/nextjs_bundle_analysis.yml @@ -28,18 +28,6 @@ jobs: - name: Install dependencies uses: ./.github/workflows/yarn - - name: Restore next build - uses: actions/cache@v3 - id: restore-build-cache - env: - cache-name: cache-next-build - with: - # if you use a custom build directory, replace all instances of `.next` in this file with your build directory - # ex: if your app builds to `dist`, replace `.next` with `dist` - path: .next/cache - # change this if you prefer a more strict cache - key: ${{ runner.os }}-build-${{ env.cache-name }} - - name: Build next.js app uses: ./.github/workflows/build with: