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 d987351  NIFI-9608 Disabled system-tests workflow for pull requests
d987351 is described below

commit d9873510311fefcb86f7699a31755a621a79f8e5
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Jan 20 10:37:16 2022 -0600

    NIFI-9608 Disabled system-tests workflow for pull requests
    
    This closes #5689
    
    Signed-off-by: David Handermann <[email protected]>
---
 .github/workflows/system-tests.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/.github/workflows/system-tests.yml 
b/.github/workflows/system-tests.yml
index 27dbefd..0654236 100644
--- a/.github/workflows/system-tests.yml
+++ b/.github/workflows/system-tests.yml
@@ -19,14 +19,6 @@ on:
   # Run every day at 00:00
   schedule:
     - cron: "0 0 * * *"
-  # Run on pull requests for selected modules
-  pull_request:
-    paths:
-      - 'nifi-api/**'
-      - 'nifi-framework-api/**'
-      - 'nifi-nar-bundles/nifi-framework-bundle/**'
-      - 'nifi-system-tests/**'
-      - 'nifi-stateless/**'
 
 env:
   DEFAULT_MAVEN_OPTS: >-

Reply via email to