Hi,
Is it possible to kill the whole workflow when one of its jobs fails?
Cheers,
Bas
Hi,
Is it possible to kill the whole workflow when one of its jobs fails?
Cheers,
Bas
Hi @baspeeters you can configure the workflow to run sequentially. This would require the previous job to pass before the next job starts. More on this can be found in the Workflows documentation.