Skip to content

Commit

Permalink
CLD-7473 Limit parallelism for full E2E tests (mattermost#26741)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mvitale1989 authored Apr 11, 2024
1 parent 27b2c48 commit 1b69f2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e-fulltests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ on:
- NONE
default: NONE

concurrency:
group: "${{ github.workflow }}-${{ inputs.PR_NUMBER || inputs.ref }}"
cancel-in-progress: true

jobs:
resolve-ref:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 1b69f2d

Please sign in to comment.