CI that doesn't run on MRs
Nate Graham
nate at kde.org
Tue Aug 12 12:58:35 BST 2025
On 8/11/25 04:58, Ben Cooksley wrote:
> Unfortunately the variable in question we were trying to rely on,
> CI_MERGE_REQUEST_APPROVED is exclusive to Enterprise Edition:
>
> ben at sapphire:~/workspace/gitlab> grep -ir CI_MERGE_REQUEST_APPROVED *
> ee/app/models/ee/merge_request.rb: variables.append(key:
> 'CI_MERGE_REQUEST_APPROVED', value: approved?.to_s) if approved?
>
> As such that functionality is not available to us.
>
> This means the options available to us are:
> - Using a custom label (accessible via CI_MERGE_REQUEST_LABELS)
What does this look like?
Nate
More information about the Plasma-devel
mailing list