Feature: Cancel pipeline after sync master to main-jh
What does this MR do?
We want cancel pipeline after sync master
branch to main-jh
branch.
All unit tests will be executed after merge, so we want to reduce the repetitive test cases.
We have several requirements:
- Notify slack when job fails;
- Keep the log file of the merge job;
- Minimal changes.