Skip to content

Commit 86639bc

Browse files
committed
SWF: Add concurrency group to Sonarcloud Analyse workflow
1 parent 61de67e commit 86639bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sonar.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
push:
44
branches: [ develop ]
55
pull_request:
6+
7+
concurrency:
8+
group: sonar-${{ github.ref }}
9+
cancel-in-progress: true
10+
611
jobs:
712
sonar-analysis:
813
name: Analyse Project with SonarCloud

0 commit comments

Comments
 (0)