mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Merge "ci: Rerun unit tests when non-code changes occur."
This commit is contained in:
@@ -46,7 +46,7 @@ pipeline {
|
|||||||
triggerOnEvents: [
|
triggerOnEvents: [
|
||||||
commentAddedContains('^recheck$'),
|
commentAddedContains('^recheck$'),
|
||||||
patchsetCreated(excludeDrafts: false,
|
patchsetCreated(excludeDrafts: false,
|
||||||
excludeNoCodeChange: true,
|
excludeNoCodeChange: false,
|
||||||
excludeTrivialRebase: false),
|
excludeTrivialRebase: false),
|
||||||
draftPublished()
|
draftPublished()
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user