[FEATURE] Add new CI workflow for PRs to run tests on base branch. #1242
Labels
enhancement
New feature or request
infrastructure
Changes to infrastructure, testing, CI/CD, pipelines, etc.
A situation might happen when a good PRs1 was merged2 into a base branch cause a failure after merge.
This happened recently with #1166.
Existing PR CI workflows run on top of the feature branch only. Merging PR cause a merge commit which triggers another CI which might fail, but it doesn't block the PR, because it is already merged... Furthermore, detect such failures is much more difficult in tons of GHA notifications.
The feature I request is to add a new CI workflow which will run in each PR and test proposed changes on base branch.
pull_request_target
Footnotes
All CI passed on feature branches ↩
Without any conflicts ↩
The text was updated successfully, but these errors were encountered: