Skip to content

Commit c6341c7

Browse files
committed
Merge branch 'ci/fixes'
2 parents 480736b + e36c26b commit c6341c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/runtime_table_generator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
results_workflow_url = f"https://github.com/{repo}/actions/runs/{os.environ['RESULTS_RUN_ID']}"
155155
results_url = os.environ['RESULTS_URL']
156156
print(f"[Commit]({commit_url}) / [Build and QEMU run]({build_workflow_url}) / [Hardware and Wokwi run]({wokwi_hw_workflow_url}) / [Results processing]({results_workflow_url})")
157+
print("")
157158
print(f"[Test results]({results_url})")
158159
except KeyError:
159160
pass

0 commit comments

Comments
 (0)