actions / upload-artifact

MIT License
3.03k stars 686 forks source link

[feat req] Allow "Cancel Workflow" to stop upload process #445

Closed jeremy-daley-kr closed 9 months ago

jeremy-daley-kr commented 9 months ago

What would you like to be added?

If I cancel a workflow, I'd like for the artifact upload process to stop. Instead, it continues until the upload is complete. I don't know if this is possible, or simply a limitation of Github.

image

Why is this needed?

Because if a runner is having some kind of issue, the job runs almost indefinitely, until the workflow times out. I'd like for the workflow to be able to cancel without having to wait for this action to complete.

jeremy-daley-kr commented 9 months ago

Wrong repo