Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jobs/build: don't start new build until previous build completes
Since 973bcf9 ("jobs/build: rerun `build-arch` if previous build is incomplete"), there is a race possible where the `build` job rerun logic could kick in before the `release` jobs initially triggered for that build has finished. We don't want to queue builds in that case. Let's just prevent starting up the build job at all if there are remaining pieces from another build for this stream running.
- Loading branch information