Deduplicate SQ requests
Currently, duplicate requests are being sent to SQ (one for the branch and one for the MR), which ideally should be consolidated into a single request, similar to app-fe. This adjustment could reduce the number of requests to SQ by 25%.