diff --git a/tools/ci/dynamic_pipelines/report.py b/tools/ci/dynamic_pipelines/report.py index 5ed2ab2605..a070c125c1 100644 --- a/tools/ci/dynamic_pipelines/report.py +++ b/tools/ci/dynamic_pipelines/report.py @@ -71,6 +71,7 @@ class ReportGenerator: Full {self.title} here: {url}/-/jobs/{job_id}/artifacts/{self.output_filepath} (with commit {commit_id}) ''' + print(comment) if self.mr is None: print('No MR found, skip posting comment')