NIFI-9057 Manage concurrency for GitHub Workflow Runs

This closes #5315

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Paul Grey 2021-08-17 17:18:54 -04:00 committed by exceptionfactory
parent 1ce897f43a
commit fc1fa3f32c
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@ env:
-pl -minifi/minifi-assembly
-pl -nifi-system-tests
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
ubuntu-build-en:
timeout-minutes: 120