This is an automated email from the ASF dual-hosted git repository.
lordgamez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
The following commit(s) were added to refs/heads/main by this push:
new cfb55ed25 MINIFICPP-2841 Improve CI concurrency groups (#2196)
cfb55ed25 is described below
commit cfb55ed25f87484177347defa88911ecd9f8c2a4
Author: Martin Zink <[email protected]>
AuthorDate: Fri Jun 5 14:45:42 2026 +0200
MINIFICPP-2841 Improve CI concurrency groups (#2196)
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ba3bfbec5..8fa667fa8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
schedule:
- cron: '0 1 * * 1'
concurrency:
- group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
+ group: ${{ github.workflow }}-${{
github.event.pull_request.head.repo.full_name || github.repository }}-${{
github.head_ref || github.ref_name }}
cancel-in-progress: ${{ github.event_name != 'workflow_dispatch' }}
env:
DOCKER_CMAKE_FLAGS: -DDOCKER_VERIFY_THREAD=3 -DUSE_SHARED_LIBS=
-DSTRICT_GSL_CHECKS=AUDIT -DCI_BUILD=ON -DENABLE_AWS=ON -DENABLE_KAFKA=ON
-DENABLE_MQTT=ON -DENABLE_AZURE=ON -DENABLE_SQL=ON \