convictional / trigger-workflow-and-wait

Trigger a workflow in another (or same) repository and wait for the job to finish.
MIT License
311 stars 151 forks source link

feat: print workflow URL to job summary #90

Open c-dilks opened 11 months ago

c-dilks commented 11 months ago

Add an option to print the downstream workflow URL to the job summary, which is easier than looking for it in the log file.

I was hoping the summary would print while the downstream job is running, but it seems to only print after it's done...

simon-karlsson commented 11 months ago

This would be great! Was looking for this feature as well :+1:

c-dilks commented 11 months ago

I was hoping the summary would print while the downstream job is running, but it seems to only print after it's done...

According to the documentation, the summary does not appear until the job finishes, so if wait_workflow is true, unfortunately the user must wait for the triggered workflow to finish before being able to see the summary.