Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The notify step was skipped on failing jobs because the `always()` was not handled properly. Instead of `always() && ${{ ... }}` we have to pull in the always `${{ always() && .. }}`
- Loading branch information