-
Task
-
Resolution: Done
-
Major
-
None
-
None
`skip` was used until now to just skip a job. but skipping a deploy job would anyway launch the promote part, even if the deploy was totally failing and we just ignored it.
`skip` should in that case avoid the promote job to be executed.
a new `continue` choice should be set. For example in the case of testing failing due to instability but artifacts are still ok.