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 a6b449b commit 9776a4dCopy full SHA for 9776a4d
main.py
@@ -65,6 +65,8 @@ def wait_for_workflow_run(
65
if run is not None and run.is_finished():
66
on_run_finished(owner, repo, run, do_summary)
67
return
68
+ if do_summary:
69
+ util.gh_summary("❌ Run timed out")
70
raise Exception("Timed out waiting for workflow run")
71
72
0 commit comments