Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Fix unsoundness notification (#1641)
Looks like `continue-on-error` on a step still doesn't trigger the dependent jobs on error. This PR ensures that the slack notification job runs when the miri checks fail by adding an `if: always()` instead.
- Loading branch information