Skip to content

Commit

Permalink
fixup delete obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 committed Jul 25, 2024
1 parent 8b0fcf1 commit 0cf26f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/testworkflows/testworkflowprocessor/action/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ func process(currentStatus string, parents []string, stage stage2.Stage, machine
// Handle group
if group, ok := stage.(stage2.GroupStage); ok {
// Build initial status for children
// TODO: Handle negative
// TODO: Consider enum value instead of boolean
if currentStatus == "true" {
currentStatus = stage.Ref()
} else {
Expand Down

0 comments on commit 0cf26f8

Please sign in to comment.