Skip to content

Don't run review apps for merge train pipelines

Marcel Amirault requested to merge no-review-apps-for-merge-trains into main

What does this MR do and why?

I just realized when I tried to merge !3852 (merged) that we're running review apps on merge train pipelines: https://gitlab.com/gitlab-org/gitlab-docs/-/pipelines/872157289. We definitely don't need that running at the end when we're trying to merge, so preventing review apps running in this cases will speed up merges by 4-5 minutes and save resources (slightly).

Screenshots, screen recordings, or links to review app

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Configure a local GitLab Docs environment: https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/doc/setup.md.

Merge request acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Marcel Amirault

Merge request reports