diff options
author | Shinya Maeda <shinya@gitlab.com> | 2019-04-03 18:33:52 +0700 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2019-04-08 13:19:10 +0700 |
commit | e0efa97c7f24bc5816ecdcb6a633150e7a6a43f6 (patch) | |
tree | 058ca1099c0bc4971e727c70b1f805fd321ffff5 /changelogs | |
parent | dfb26f007c34cd298347701d637a41cbb5ffc7ad (diff) | |
download | gitlab-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.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 |