13227 workflow wrong completed workflowrun state when multiple branches (#13344)

This commit is contained in:
martmull
2025-07-22 17:51:03 +02:00
committed by GitHub
parent dc617177a9
commit 01805cc71c
13 changed files with 444 additions and 466 deletions

View File

@ -2,6 +2,7 @@ export enum StepStatus {
NOT_STARTED = 'NOT_STARTED',
RUNNING = 'RUNNING',
SUCCESS = 'SUCCESS',
STOPPED = 'STOPPED',
FAILED = 'FAILED',
PENDING = 'PENDING',
}