diff --git a/tests/CI/unittests.jenkinsfile b/tests/CI/unittests.jenkinsfile index 2916cb4ee775c9be19eb1f0e0ead10c7942c2c17..a7a6c4327d1138557c83e836fad3e08e19ff3a86 100644 --- a/tests/CI/unittests.jenkinsfile +++ b/tests/CI/unittests.jenkinsfile @@ -46,7 +46,7 @@ pipeline { triggerOnEvents: [ commentAddedContains('^recheck$'), patchsetCreated(excludeDrafts: false, - excludeNoCodeChange: true, + excludeNoCodeChange: false, excludeTrivialRebase: false), draftPublished() ],