By default command execution should be set to "always"
J
Jaxonn
it is possible to configure command execution to always run, regardless of the job's outcome. You can typically achieve this by using a specific setting or directive in your job configuration (like always(slope game) in CI/CD pipelines) that ensures the command runs after the job completes, whether it passes or fails.
G
Gordon Bolton
Totally agree with this! It would make workflows much more intuitive, especially for cleanup or notification steps. Having "always" as the default would save time and reduce potential errors.