Skip to content

Commit

Permalink
SWF: Add concurrency group to Sonarcloud Analyse workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hbenali committed Feb 7, 2025
1 parent 257e5d9 commit 3f227b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
push:
branches: [ stable/1.5.x ]
pull_request:

concurrency:
group: sonar-${{ github.ref }}
cancel-in-progress: true

jobs:
sonar-analysis:
name: Analyse Project with SonarCloud
Expand Down

0 comments on commit 3f227b2

Please sign in to comment.