Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jobs/build-mechanical: use
propagate: false
to wait for build
If a scheduled build fails, the build-mechanical job will fail. Instead of the try/catch block to solve this, use `propagate: false` instead to build each scheduled stream regardless of the build result. follow-on to: #1076
- Loading branch information