Skip to content

Commit 0ee76b8

Browse files
authored
Update build.yml
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 3799bf2 commit 0ee76b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,6 @@ jobs:
8484
# this should be a last resort in case by any chances the build memory gets too high
8585
# but in general this should never happen
8686
NODE_OPTIONS: '--max_old_space_size=4096'
87-
# TODO: All locales takes waaaay to much space
87+
# We want to ensure that static exports for all locales do not occur on `pull_request` events
88+
# TODO: The output of this is too large, and it crashes the GitHub Runner
89+
NEXT_PUBLIC_STATIC_EXPORT_LOCALE: false # ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)