We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0488d00 commit f8076f4Copy full SHA for f8076f4
.github/actions/create_workflow_report/create_workflow_report.py
@@ -592,6 +592,8 @@ def get_build_report_links(
592
for job in build_job_names:
593
if job not in build_report_links:
594
build_report_links[job] = link_template.format(job_name=job)
595
+
596
+ if len(build_report_links) > 0:
597
return build_report_links
598
599
# No cache or build result was found, guess the links
0 commit comments