From 508097b898d1b4c828b05b4b294154eaa39fd986 Mon Sep 17 00:00:00 2001 From: Andre Hofmeister <9199345+HofmeisterAn@users.noreply.github.com> Date: Mon, 19 Dec 2022 09:53:16 +0100 Subject: [PATCH] chore: Reduce concurrent builds --- .github/workflows/cicd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 22dfeeb2c..b0760fb40 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -12,6 +12,10 @@ on: required: false type: boolean +concurrency: + group: ${{ github.head_ref || github.sha }} + cancel-in-progress: true + env: DOTNET_CLI_TELEMETRY_OPTOUT: true DOTNET_NOLOGO: true