This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new fc1fa3f NIFI-9057 Manage concurrency for GitHub Workflow Runs
fc1fa3f is described below
commit fc1fa3f32c0a734e04817b8f241453f5b504bed1
Author: Paul Grey <[email protected]>
AuthorDate: Tue Aug 17 17:18:54 2021 -0400
NIFI-9057 Manage concurrency for GitHub Workflow Runs
This closes #5315
Signed-off-by: David Handermann <[email protected]>
---
.github/workflows/ci-workflow.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/ci-workflow.yml
b/.github/workflows/ci-workflow.yml
index 55293da..2cd3065 100644
--- a/.github/workflows/ci-workflow.yml
+++ b/.github/workflows/ci-workflow.yml
@@ -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