mirror of https://github.com/apache/nifi.git
NIFI-9057 Manage concurrency for GitHub Workflow Runs
This closes #5315 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
1ce897f43a
commit
fc1fa3f32c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue