Skip to content

More efficient CircleCI "watch" job

Compare
Choose a tag to compare
@houndtravisci houndtravisci released this 05 Oct 17:43
3813fb8

If we ever end up in a state where there are no blocked jobs as well as no queued/running jobs, we don't need to loop to verify that we're done. We can just finish.

This should cause builds to end up to 2 minutes earlier in cases where it applies.