Skip to content

Commit 84152df

Browse files
committed
test
1 parent a3459ec commit 84152df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchci/lib/JobClassifierUtil.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ export function getConclusionChar(
289289
case JobStatus.Queued:
290290
return "Q";
291291
case JobStatus.Pending:
292-
return "P";
292+
return "?";
293293
case undefined:
294294
return "~";
295295
default:

0 commit comments

Comments
 (0)