Skip to content

Use variables to match osname branches

Emanuele Aina requested to merge wip/em/osname-branch-match-variable into main

Now that everyone ships a GitLab version modern enough to have https://gitlab.com/gitlab-org/gitlab/-/issues/35438 fixed we can rely on variables to control the rules conditions matching on branch names.

This frees downstreams from having to patch the pipeline, as they can now just override the variables in the CI settings.

Merge request reports