Skip to content

Commit c6eafc2

Browse files
ci: concurrency improvement (#3160)
1 parent af88a9c commit c6eafc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
- ready_for_review
1414
- edited
1515

16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.ref }}
18+
cancel-in-progress: true
19+
1620
env:
1721
SONAR_TOKEN_REACT: ${{ secrets.SONAR_TOKEN_REACT }}
1822
SONAR_TOKEN_VUE: ${{ secrets.SONAR_TOKEN_VUE }}

0 commit comments

Comments
 (0)