mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user