Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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