Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/adev-staging-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Limit resources for CI runners (ubuntu-latest: 7GB RAM, 2 CPUs)
build --local_resources=memory=4096
build --local_resources=cpu=2
build --jobs=2
build --jobs=1
build --discard_analysis_cache
build --nokeep_state_after_build

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
# Limit resources for CI runners (ubuntu-latest: 7GB RAM, 2 CPUs)
build --local_resources=memory=4096
build --local_resources=cpu=2
build --jobs=2
build --jobs=1
build --discard_analysis_cache
build --nokeep_state_after_build

# Allow network access in sandbox for Algolia API calls during SSR prerendering.
build --sandbox_default_allow_network
- name: Install Dependencies
Expand Down