actions / upload-artifact

MIT License
3.26k stars 739 forks source link

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

Closed jeremy-daley-kr closed 1 year ago

jeremy-daley-kr commented 1 year 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 1 year ago

Wrong repo