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

Commit 68cabc9

Browse files
Merge branch 'main' of github.com:stack-spot/stackspot-intellij-extension into release-1.0.0
2 parents 6c71153 + a5f2a1f commit 68cabc9

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)