diff --git a/.github/workflows/nextjs_bundle_analysis.yml b/.github/workflows/nextjs-bundle-analysis.yml similarity index 92% rename from .github/workflows/nextjs_bundle_analysis.yml rename to .github/workflows/nextjs-bundle-analysis.yml index b941a1678..870aeef66 100644 --- a/.github/workflows/nextjs_bundle_analysis.yml +++ b/.github/workflows/nextjs-bundle-analysis.yml @@ -30,15 +30,15 @@ jobs: - name: Install dependencies run: npm install --frozen-lockfile --legacy-peer-deps - - name: Restore next build - uses: actions/cache@v3 - id: restore-build-cache - env: - cache-name: cache-next-build - with: - path: .next/cache - # change this if you prefer a more strict cache - key: ${{ runner.os }}-build-${{ env.cache-name }} + #- name: Restore next build + # uses: actions/cache@v3 + # id: restore-build-cache + # env: + # cache-name: cache-next-build + # with: + # path: .next/cache + # # change this if you prefer a more strict cache + # key: ${{ runner.os }}-build-${{ env.cache-name }} - name: Prepare for Design Token build run: npx nx run tools-executors-typescript:build:design-tokens-build