Hi,
When I open a PR to rclcpp there is an automatic CI job like this: https://build.ros2.org/job/Rpr__rclcpp__ubuntu_jammy_amd64/3/
The link above shows a failure due to my branch not including the changes from ros2/rclcpp#1886
How is that possible?
Isn't CI supposed to run a test build using a temporary branch where master and the PR have been merged?