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 e0061b6 commit a3459ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchci/lib/fetchHud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default async function fetchHud(params: HudParams): Promise<{
}

const namesSet: Set<string> = new Set();
// Built a list of all the distinct job names, and set the conclusion based on the status.
// Built a list of all the distinct job names.
results?.forEach((job: JobData) => {
namesSet.add(job.name!);
});
Expand Down

0 comments on commit a3459ec

Please sign in to comment.