Pull Request Continuous Integration — AWS Diagram
Build a Continuous Integration/Continuous Delivery (CI\CD) Pipeline for Git Pull Requests Run CI\CD at pull request (PR) time to move from validating a build to validating a whole environment before merging to mainline. This approach allows developers to get higher quality feedbacks earlier, speed up PR reviews (now enriched by CI\CD outcomes), and minimize impacts of broken builds to development teams.