Skip to content

Commit 3799bf2

Browse files
authored
fix(ci): disable all locale export
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 6de27a1 commit 3799bf2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,4 @@ 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-
# We want to ensure that static exports for all locales do not occur on `pull_request` events
88-
NEXT_PUBLIC_STATIC_EXPORT_LOCALE: ${{ github.event_name == 'push' }}
87+
# TODO: All locales takes waaaay to much space

0 commit comments

Comments
 (0)