We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de17b5f commit 4ec3af7Copy full SHA for 4ec3af7
stage/stage_utils.go
@@ -68,6 +68,9 @@ func (s *Stage) MergeWith(other *Stage) *Stage {
68
if other.RandomExecution != nil {
69
s.RandomExecution = other.RandomExecution
70
}
71
+ if other.NoRandomDuplicates != nil {
72
+ s.NoRandomDuplicates = other.NoRandomDuplicates
73
+ }
74
if other.RandomlyExecuteUntil != nil {
75
s.RandomlyExecuteUntil = other.RandomlyExecuteUntil
76
0 commit comments