Revert "Allow NUM_WORKERS override (#2776)"

This reverts commit 3cd22745f7.

num_workers was not passed to the client
This commit is contained in:
evanpelle
2026-01-07 16:16:58 -08:00
parent 3cd22745f7
commit 81ae714533
10 changed files with 8 additions and 29 deletions
-1
View File
@@ -112,7 +112,6 @@ jobs:
GHCR_USERNAME: ${{ vars.GHCR_USERNAME }}
ENV: ${{ inputs.target_domain == 'openfront.io' && 'prod' || 'staging' }}
HOST: ${{ github.event_name == 'workflow_dispatch' && inputs.target_host || 'staging' }}
NUM_WORKERS: ${{ vars.NUM_WORKERS }}
OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}
OTEL_AUTH_HEADER: ${{ secrets.OTEL_AUTH_HEADER }}
TURNSTILE_SECRET_KEY: ${{ secrets.TURNSTILE_SECRET_KEY }}