From d9873510311fefcb86f7699a31755a621a79f8e5 Mon Sep 17 00:00:00 2001 From: exceptionfactory Date: Thu, 20 Jan 2022 10:37:16 -0600 Subject: [PATCH] NIFI-9608 Disabled system-tests workflow for pull requests This closes #5689 Signed-off-by: David Handermann --- .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 27dbefdfbe..0654236fa6 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: >-