From 85366003b55caa86719efe288c51ebb96665afa0 Mon Sep 17 00:00:00 2001 From: Akash Rathod <41251473+akashrathod28@users.noreply.github.com> Date: Wed, 15 Apr 2026 11:05:07 +0200 Subject: [PATCH] [ACS-11572] remove concurrency run-e2e-env job run manually (#5145) * ACS-11572 remove concurrency as this manual job start * Update .github/workflows/run-e2e-with-env.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/run-e2e-with-env.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/run-e2e-with-env.yml b/.github/workflows/run-e2e-with-env.yml index 2f1d4016d..81d463c37 100644 --- a/.github/workflows/run-e2e-with-env.yml +++ b/.github/workflows/run-e2e-with-env.yml @@ -15,9 +15,8 @@ on: default: 'http://localhost:4200' concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.url || secrets.PIPELINE_ENV_URL }}-${{ inputs.playwright_e2e_host || inputs.url || secrets.PLAYWRIGHT_E2E_HOST }} cancel-in-progress: true - env: BASE_URL: ${{ inputs.url || secrets.PIPELINE_ENV_URL }} ADMIN_EMAIL: ${{ secrets.PIPELINE_ADMIN_USERNAME }}