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.
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.
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.
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.