diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index ea22435..3ff7be4 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -5,6 +5,12 @@ on: - main pull_request: types: [opened, synchronize, reopened] + + +concurrency: + group: SonarCloud + cancel-in-progress: true + jobs: build: name: Build and analyze