From e6bf327b2500aecac869d15b8221b725f64d8f71 Mon Sep 17 00:00:00 2001 From: premtsd-code Date: Wed, 18 Mar 2026 18:29:18 +0000 Subject: [PATCH] Remove worker number setting from CI workflow Removed the setting for the number of workers in the CI configuration. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6038e4f2d4..fe2f61bfcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -440,7 +440,6 @@ jobs: _APP_BROWSER_HOST: http://invalid-browser/v1 _APP_DATABASE_SHARED_TABLES: ${{ matrix.mode != 'dedicated' && 'database_db_main' || '' }} _APP_DATABASE_SHARED_TABLES_V1: ${{ matrix.mode == 'shared_v1' && 'database_db_main' || '' }} - _APP_WORKERS_NUM: 2 run: | docker load --input /tmp/${{ env.IMAGE }}.tar docker compose pull --quiet --ignore-buildable