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 e81434e commit 1ebec47Copy full SHA for 1ebec47
internal/app/engine/process_continue_next_action.go
@@ -135,7 +135,8 @@ func (e *Engine) nextActions() (actions []*ContinueAction) {
135
ContinueAction_READY_AUTO,
136
))
137
}
138
- } else if e.currentState.NextCommand != nil {
+ }
139
+ if e.currentState.NextCommand != nil {
140
var forTeam state.Team
141
if e.currentState.NextCommand != nil && e.currentState.NextCommand.ForTeam != nil {
142
forTeam = *e.currentState.NextCommand.ForTeam
0 commit comments