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.
2 parents 480736b + e36c26b commit c6341c7Copy full SHA for c6341c7
.github/scripts/runtime_table_generator.py
@@ -154,6 +154,7 @@
154
results_workflow_url = f"https://github.com/{repo}/actions/runs/{os.environ['RESULTS_RUN_ID']}"
155
results_url = os.environ['RESULTS_URL']
156
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("")
158
print(f"[Test results]({results_url})")
159
except KeyError:
160
pass
0 commit comments