summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2019-04-09 09:25:33 +0000
committerKamil Trzciński <ayufan@ayufan.eu>2019-04-09 09:25:33 +0000
commit1fce09ed0dc775d706d61e37268b6f39c3fe3de6 (patch)
tree904c838ff065f35db1003d51744a8104a06d837c /changelogs
parent75c58ae689915c1e8e6126a9bc40c406a9260280 (diff)
parente0efa97c7f24bc5816ecdcb6a633150e7a6a43f6 (diff)
downloadgitlab-ce-1fce09ed0dc775d706d61e37268b6f39c3fe3de6.tar.gz
Merge branch 'prevent-running-mr-pipelines-when-target-updated' into 'master'
Create pipelines for merge requests **only** when source branch is updated See merge request gitlab-org/gitlab-ce!26921
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