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 e314c95 commit 86ba734Copy full SHA for 86ba734
packages/cli-v3/src/entryPoints/managed/execution.ts
@@ -300,7 +300,7 @@ export class RunExecution {
300
return;
301
}
302
303
- await this.exitTaskRunProcessWithoutFailingRun({ flush: true, reason: "re-queued" });
+ await this.exitTaskRunProcessWithoutFailingRun({ flush: true, reason: "already-finished" });
304
305
306
case "QUEUED_EXECUTING":
0 commit comments