Commit 5d81e994 authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch '17662-rename-builds-mirror' into 'master'

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

See merge request !1131
parents 47c21b50 315a93d7
.form-group
= f.check_box :mirror_trigger_builds, class: "pull-left"
.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
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.
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