Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: don't block the pipeline while waiting for a manual job (#555)
* CI: don't block the pipeline while waiting for a manual job * CI: ensure 'change' rule behaves appropriately When used in a new branch, `changes` always evaluates to true in the absence of a `compare_to` clause. This caused all our branch pipelines to happily run the build_ci_image which hide the blocked pipeline issue when this job is setup as manual.
- Loading branch information