Skip to content

Commit 1b69f2d

Browse files
authored
CLD-7473 Limit parallelism for full E2E tests (mattermost#26741)
* Limit parallelism for full E2E tests * Add temporary changes for testing * Better concurrency spec * Do not consider github.ref for concurrency grouping * Further improve the concurrency grouping * Remove testing lines
1 parent 27b2c48 commit 1b69f2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/e2e-fulltests-ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ on:
2929
- NONE
3030
default: NONE
3131

32+
concurrency:
33+
group: "${{ github.workflow }}-${{ inputs.PR_NUMBER || inputs.ref }}"
34+
cancel-in-progress: true
35+
3236
jobs:
3337
resolve-ref:
3438
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)