Skip to content
Snippets Groups Projects
Commit 44914234 authored by George Joseph's avatar George Joseph Committed by Gerrit Code Review
Browse files

Merge "ci: Rerun unit tests when non-code changes occur." into 13

parents 3c632d81 9a6464e5
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ pipeline {
triggerOnEvents: [
commentAddedContains('^recheck$'),
patchsetCreated(excludeDrafts: false,
excludeNoCodeChange: true,
excludeNoCodeChange: false,
excludeTrivialRebase: false),
draftPublished()
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment