Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yangw-dev committed Nov 5, 2024
1 parent a3459ec commit 84152df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchci/lib/JobClassifierUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export function getConclusionChar(
case JobStatus.Queued:
return "Q";
case JobStatus.Pending:
return "P";
return "?";
case undefined:
return "~";
default:
Expand Down

0 comments on commit 84152df

Please sign in to comment.