Return bool from workflow callbacks
The regression-tracking blueprint involves a workflow callback that sets
its result to FAILURE
in the case of a regression. The easiest way to
do this seems to be to have the callback return False in that case, so
prepare for that.
Part of #909 (closed).