We have a different setup for our nightly builds that are triggered by a cron ( https://circleci.com/docs/2.0/workflows/#nightly-example ). If something fails and we want to test it without waiting for next automatic build, we currently have to update the cron, commit, push, revert the cron change, commit, push. It would be nice to have a UI to trigger these builds (Re-running them is not an option since it won't pick up the changes we made to fix the issue). CCI-I-432