Skip to content

Return bool from workflow callbacks

Colin Watson requested to merge cjwatson/debusine:callback-return-bool into devel

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).

Merge request reports

Loading