1
0
forked from MeloNX/MeloNX

Only run one workflow for a PR at a time (#5137)

This commit is contained in:
TSRBerry 2023-06-01 09:42:49 +02:00 committed by GitHub
parent 44109eb6d9
commit e5031ab20e

View File

@ -18,6 +18,10 @@ on:
- '*.yml'
- 'README.md'
concurrency:
group: pr-checks-${{ github.event.number }}
cancel-in-progress: true
env:
POWERSHELL_TELEMETRY_OPTOUT: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1