NIFI-9608 Disabled system-tests workflow for pull requests

This closes #5689

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
exceptionfactory 2022-01-20 10:37:16 -06:00
parent 3c2793be09
commit d987351031
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 0 additions and 8 deletions

View File

@ -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: >-