Skip to content

Commit 634bd49

Browse files
committed
fixup!
1 parent 6c74881 commit 634bd49

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,7 @@ jobs:
9595
run: pnpm install --prod --frozen-lockfile
9696

9797
- name: Install Bundle Analyzer
98-
if: ${{ matrix.os == 'ubuntu-latest' && github.event_name != 'merge_group' }}
99-
# This is a devDependency, so we manually install it, but only when it's actually
100-
# needed
98+
# This is a devDependency, so we manually install it
10199
run: pnpm install @codecov/nextjs-webpack-plugin --frozen-lockfile
102100

103101
- name: Build Next.js (ISR)

0 commit comments

Comments
 (0)