From 9082616ac6594c3261b8eba307260f6feafff9b0 Mon Sep 17 00:00:00 2001 From: "David G. Moore, Jr" Date: Sat, 4 Nov 2023 20:40:09 -0400 Subject: [PATCH] Update sonarcloud.yml --- .github/workflows/sonarcloud.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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