Commit 315a93d7 authored by Filipa Lacerda's avatar Filipa Lacerda

Change "Builds" word to "Pipelines" in Mirror settings page

parent c83a61f6
.form-group .form-group
= f.check_box :mirror_trigger_builds, class: "pull-left" = f.check_box :mirror_trigger_builds, class: "pull-left"
.prepend-left-20 .prepend-left-20
= f.label :mirror_trigger_builds, "Trigger builds for mirror updates", class: "label-light" = f.label :mirror_trigger_builds, "Trigger pipelines for mirror updates", class: "label-light"
%p.light.append-bottom-0 %p.light.append-bottom-0
Trigger builds when branches or tags are updated from the upstream repository. Trigger pipelines when branches or tags are updated from the upstream repository.
Depending on the activity of the upstream repository, this may greatly increase the load on your CI runners. Depending on the activity of the upstream repository, this may greatly increase the load on your CI runners.
Only enable this if you know they can handle the load. Only enable this if you know they can handle the load.
---
title: Change Builds word to Pipelines in Mirror settings page
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment