Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit a5f2a1f

Browse files
chore: add concurrency check
Signed-off-by: Matheus Ferreira <[email protected]>
1 parent 91755fe commit a5f2a1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sonar-check-quality.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: SonarQube check
33
on:
44
pull_request:
55

6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.ref }}
8+
cancel-in-progress: true
9+
610
jobs:
711
sonar_check:
812
name: SonarQube check

0 commit comments

Comments
 (0)