Skip to content

Commit 29f0431

Browse files
committed
fixup! chore(ci): make cost-saving changes
1 parent ac64b59 commit 29f0431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# but in general this should never happen
5858
NODE_OPTIONS: '--max_old_space_size=4096'
5959
# See https://github.com/vercel/next.js/pull/81318
60-
TURBOPACK_STATS: ${{ matrix.os == 'ubuntu-slim' }}
60+
TURBOPACK_STATS: true
6161

6262
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6363
with:
@@ -110,7 +110,7 @@ jobs:
110110
# but in general this should never happen
111111
NODE_OPTIONS: '--max_old_space_size=4096'
112112
# See https://github.com/vercel/next.js/pull/81318
113-
TURBOPACK_STATS: ${{ matrix.os == 'ubuntu-slim' }}
113+
TURBOPACK_STATS: false
114114

115115
- name: Build Next.js (Static Export)
116116
# We want to generate a static build, as it is a requirement of our website.

0 commit comments

Comments
 (0)