Hi,
Is there a way to allow a manual approval job to be clicked despite the previous job which it requires has failed?
The use case is that we have several test jobs which run before a deployment job. Some of those test jobs can be flaky and sometime fail. We need a way to overrule a failed test job using a manual approval because sometimes rerunning the whole workflow won’t change the result.
The prefect solution would be an approval type which is automatically clicked on success and which can be manually clicked on failure.