Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update status check job to check status of precursor jobs (NVIDIA#605)
* Update status check job to check status of precursor jobs. * Use always() instead of !cancelled() Normally you want to avoid `always()` in favor of `!cancelled()`, but in this case we want to use `always()` because using `!cancelled()` would lead to the `ci` job being skipped, which would report as a success for the status check.
- Loading branch information