[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>
This commit is contained in:
Akash Rathod
2026-04-15 11:05:07 +02:00
committed by GitHub
co-authored by Copilot
parent ea09195e24
commit 85366003b5
+1 -2
View File
@@ -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 }}