This is an automated email from the ASF dual-hosted git repository.

joewitt 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 196f6bb6b1 NIFI-13209 Corrected system-tests workflow paths for 
framework This closes #8806
196f6bb6b1 is described below

commit 196f6bb6b1aba0a5ce633b18444264eee12d53f2
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Fri May 10 08:54:09 2024 -0500

    NIFI-13209 Corrected system-tests workflow paths for framework
    This closes #8806
    
    Signed-off-by: Joseph Witt <joew...@apache.org>
---
 .github/workflows/system-tests.yml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/system-tests.yml 
b/.github/workflows/system-tests.yml
index 9541cbf0ae..e88ac0a79e 100644
--- a/.github/workflows/system-tests.yml
+++ b/.github/workflows/system-tests.yml
@@ -22,20 +22,22 @@ on:
   push:
     paths:
       - '.github/workflows/system-tests.yml'
+      - 'c2/c2-protocol/**'
       - 'nifi-system-tests/**'
       - 'nifi-api/**'
       - 'nifi-framework-api/**'
-      - 'nifi-nar-bundles/nifi-framework-bundle/**'
-      - 'nifi-nar-bundles/nifi-py4j-bundle/**'
+      - 'nifi-nifi-framework-bundle/**'
+      - 'nifi-extension-bundles/nifi-py4j-bundle/**'
       - 'nifi-stateless/**'
   pull_request:
     paths:
       - '.github/workflows/system-tests.yml'
+      - 'c2/c2-protocol/**'
       - 'nifi-system-tests/**'
       - 'nifi-api/**'
       - 'nifi-framework-api/**'
-      - 'nifi-nar-bundles/nifi-framework-bundle/**'
-      - 'nifi-nar-bundles/nifi-py4j-bundle/**'
+      - 'nifi-nifi-framework-bundle/**'
+      - 'nifi-extension-bundles/nifi-py4j-bundle/**'
       - 'nifi-stateless/**'
 
 env:

Reply via email to