Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI(replication-tests): fix notifications about replication-tests fail…
…ures (#9950) ## Problem `if: ${{ github.event.schedule }}` gets skipped if a previous step has failed, but we want to run the step for both `success` and `failure` ## Summary of changes - Add `!cancelled()` to notification step if-condition, to skip only cancelled jobs
- Loading branch information