convictional / trigger-workflow-and-wait

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

When the calling workflow is cancelled … #97

Open brianjmurrell opened 5 months ago

brianjmurrell commented 5 months ago

Any thoughts on having the triggered workflow cancelled when the calling workflow is cancelled? At least as an option?

Any thoughts on how to do this in a subsequent step even? I suppose at a minimum the action would have to have some kind of output to provide the next step with some identifier of what to cancel.

Happy to hear any thoughts you have on this topic.