Skip to content

Commit 86ba734

Browse files
committed
Fix the exit process reason tet
1 parent e314c95 commit 86ba734

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli-v3/src/entryPoints/managed/execution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export class RunExecution {
300300
return;
301301
}
302302

303-
await this.exitTaskRunProcessWithoutFailingRun({ flush: true, reason: "re-queued" });
303+
await this.exitTaskRunProcessWithoutFailingRun({ flush: true, reason: "already-finished" });
304304
return;
305305
}
306306
case "QUEUED_EXECUTING":

0 commit comments

Comments
 (0)