13227 workflow wrong completed workflowrun state when multiple branches (#13344)
This commit is contained in:
@ -2,6 +2,7 @@ export enum StepStatus {
|
||||
NOT_STARTED = 'NOT_STARTED',
|
||||
RUNNING = 'RUNNING',
|
||||
SUCCESS = 'SUCCESS',
|
||||
STOPPED = 'STOPPED',
|
||||
FAILED = 'FAILED',
|
||||
PENDING = 'PENDING',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user