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