@tryarcanist/cli 0.1.229 → 0.1.230
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1145,7 +1145,7 @@ async function anubisCommand(prUrl, options = {}, command) {
|
|
|
1145
1145
|
config,
|
|
1146
1146
|
`/api/anubis-runs/status?prUrl=${encodeURIComponent(prUrl)}`
|
|
1147
1147
|
);
|
|
1148
|
-
if (status.sessionStatus === "
|
|
1148
|
+
if (status.sessionStatus === "in_flight") return null;
|
|
1149
1149
|
assertSameAttempt(trigger.sessionId, status.sessionId, "Anubis");
|
|
1150
1150
|
return status;
|
|
1151
1151
|
}
|