How to set a job to manual based on previous stage failure?

I have a pipeline, after the stages.
At the end of last two stages as you see below.

image

Teardown will delete the application from kubernetes and destroy will be delete the kubenretes cluster and other resources as a whole.

I have set automatic and allow failure true.

But, I want to set the last destroy stage as manual if the teardown stage fails.So that I could cross check and resume the job later.
If the teardown passed successfully then it should be done automatically.

How to set that?