From ca6fd94e3d10a18b8feb03d3f612adae6e5de4f7 Mon Sep 17 00:00:00 2001 From: sabril <5334504+saturninoabril@users.noreply.github.com> Date: Wed, 19 Aug 2026 15:23:07 +0800 Subject: [PATCH] chore: bump playwright workers to 20 (#38015) --- .github/workflows/e2e-tests-playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests-playwright.yml b/.github/workflows/e2e-tests-playwright.yml index 2f6b7bec4c7..5eb64a97573 100644 --- a/.github/workflows/e2e-tests-playwright.yml +++ b/.github/workflows/e2e-tests-playwright.yml @@ -177,7 +177,7 @@ jobs: pull-requests: write uses: ./.github/workflows/e2e-tests-playwright-template.yml with: - workers: 15 + workers: 20 enabled_docker_services: "postgres inbucket" commit_sha: ${{ inputs.commit_sha }} branch: ${{ needs.generate-build-variables.outputs.branch }}