Skip to content

Commit

Permalink
Update nextjs-bundle-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri POSTOLOV authored Feb 16, 2024
1 parent f5868b1 commit 782a786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-bundle-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
env:
cache-name: cache-next-build
with:
name: bundle-${{ matrix.package//\//- }}
name: bundle-${{ matrix.package == 'docs' && 'docs' || 'swr-site' }}
workflow: nextjs-bundle-analysis.yml
branch: ${{ github.event.pull_request.base.ref }}
path: ${{ matrix.package }}/.next/analyze/base/bundle
Expand Down

0 comments on commit 782a786

Please sign in to comment.