Skip to content

Commit a660910

Browse files
committed
change pr_info number to str
1 parent e79e5fd commit a660910

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ci/ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def _pre_action(s3, job_name, batch, indata, pr_info):
296296
if not (pr_info.is_scheduled or pr_info.is_dispatched):
297297
report_prefix = Utils.normalize_string(pr_info.head_ref)
298298
elif pr_info.is_pr:
299-
report_prefix = Utils.normalize_string(pr_info.number)
299+
report_prefix = str(pr_info.number)
300300
print(
301301
f"Use report prefix [{report_prefix}], pr_num [{pr_info.number}], head_ref [{pr_info.head_ref}]"
302302
)

0 commit comments

Comments
 (0)