Skip to content

Commit

Permalink
chore: Reduce concurrent builds (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmeisterAn committed Dec 19, 2022
1 parent 57289fa commit 768dfd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd.yml
Expand Up @@ -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
Expand Down

0 comments on commit 768dfd2

Please sign in to comment.