Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2019-04-03 14:33:52 +0300
committerShinya Maeda <shinya@gitlab.com>2019-04-08 09:19:10 +0300
commite0efa97c7f24bc5816ecdcb6a633150e7a6a43f6 (patch)
tree058ca1099c0bc4971e727c70b1f805fd321ffff5 /changelogs/unreleased
parentdfb26f007c34cd298347701d637a41cbb5ffc7ad (diff)
Prevent triggering pipelines when target branch is updated
Currently, pipelines for merge requests are triggered when source or target branch is updated. However, we should create only when source branch is updated, because it runs unexpected pipelines.
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/prevent-running-mr-pipelines-when-target-updated.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/prevent-running-mr-pipelines-when-target-updated.yml b/changelogs/unreleased/prevent-running-mr-pipelines-when-target-updated.yml
new file mode 100644
index 00000000000..d003ca55feb
--- /dev/null
+++ b/changelogs/unreleased/prevent-running-mr-pipelines-when-target-updated.yml
@@ -0,0 +1,5 @@
+---
+title: Create pipelines for merge requests only when source branch is updated
+merge_request: 26921
+author:
+type: fixed