2
Mark skipped job with gray icon
J
Jay Carlton
I have a few workflows where we evaluate a branch for changed paths and do a circleci step halt if there are no hits. This works well enough, but the issue is that in the UI the job containing step is still marked in green (as is the skipped job). Ideally we would have a halt syntax that allowed recording a success, failure, or new (as far as I can tell) "skipped" state for the jobs that didn't run for a particular invocation (e.g. a PR changeset).
CCI-I-1496
Activity
Julien Bourdeau
One example, I'd use this for slack notification step. If they fail, I don't want to halt the build but I don't want to mark it as success either.