diff --git a/.github/workflows/adev-staging-deploy.yml b/.github/workflows/adev-staging-deploy.yml index d6d6fc1..e9c3d40 100644 --- a/.github/workflows/adev-staging-deploy.yml +++ b/.github/workflows/adev-staging-deploy.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6238263..8099ace 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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