diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2019-04-09 09:25:33 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2019-04-09 09:25:33 +0000 |
commit | 1fce09ed0dc775d706d61e37268b6f39c3fe3de6 (patch) | |
tree | 904c838ff065f35db1003d51744a8104a06d837c /changelogs | |
parent | 75c58ae689915c1e8e6126a9bc40c406a9260280 (diff) | |
parent | e0efa97c7f24bc5816ecdcb6a633150e7a6a43f6 (diff) | |
download | gitlab-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.yml | 5 |
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 |