Advika
Community Manager
Community Manager

Hello @yvesbeutler!

You can set run_if: AT_LEAST_ONE_SUCCESS on the final task in your YAML configuration to ensure your workflow doesn't fail just because a dependent job fails. This way, the final task and the overall job will only fail if all its dependencies fail.