sjoegren
Results
1
issues of
sjoegren
The `BuildStep` class suggests that the `alwaysRun` argument is renderable (https://github.com/buildbot/buildbot/blob/b9c558217c72e4c2463eedc7ec6d56736f7b01a8/master/buildbot/process/buildstep.py#L181) But when doing something like this, the step would always run, even though the renderable `always_run_step` returns `False`. ```python...