summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2019-04-03 18:33:52 +0700
committerShinya Maeda <shinya@gitlab.com>2019-04-08 13:19:10 +0700
commite0efa97c7f24bc5816ecdcb6a633150e7a6a43f6 (patch)
tree058ca1099c0bc4971e727c70b1f805fd321ffff5 /changelogs
parentdfb26f007c34cd298347701d637a41cbb5ffc7ad (diff)
downloadgitlab-ce-e0efa97c7f24bc5816ecdcb6a633150e7a6a43f6.tar.gz
Prevent triggering pipelines when target branch is updatedprevent-running-mr-pipelines-when-target-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')
-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