Skip to content

Commit 1a7effb

Browse files
authored
fix(ci): disable all locale export (#8440)
* fix(ci): disable all locale export Signed-off-by: Aviv Keller <me@aviv.sh> * Update build.yml Signed-off-by: Aviv Keller <me@aviv.sh> --------- Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 6de27a1 commit 1a7effb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,5 @@ jobs:
8585
# but in general this should never happen
8686
NODE_OPTIONS: '--max_old_space_size=4096'
8787
# 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' }}
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)