Skip to content

Commit a2e1ba6

Browse files
committed
step 3
1 parent 4786363 commit a2e1ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/get_pr_run_slow_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ def check_name(model_name: str):
125125
jobs_to_run = [x.replace("models/", "").replace("quantization/", "") for x in jobs_to_run]
126126
jobs_to_run = [job for job in jobs_to_run if check_name(job)]
127127

128-
suggestion = f"run-slow: {' '.join(jobs_to_run)}"
128+
suggestion = f"run-slow: {', '.join(jobs_to_run)}"
129129

130130
print(suggestion)

0 commit comments

Comments
 (0)