summaryrefslogtreecommitdiff
path: root/spec/contracts
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-27 12:11:01 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-27 12:11:01 +0000
commitc52a9411d8e66b8c6a1a1b3672626a326d73e884 (patch)
tree14fbb7768d935c7751cc8b2b7a66887312908312 /spec/contracts
parent8588e8b9316538f27f45a6e380bd0663bb509d66 (diff)
downloadgitlab-ce-c52a9411d8e66b8c6a1a1b3672626a326d73e884.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/contracts')
-rw-r--r--spec/contracts/contracts/project/pipeline/index/pipelines#index-get_list_project_pipelines.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/contracts/contracts/project/pipeline/index/pipelines#index-get_list_project_pipelines.json b/spec/contracts/contracts/project/pipeline/index/pipelines#index-get_list_project_pipelines.json
index b725ae400a7..2a01d85c0ee 100644
--- a/spec/contracts/contracts/project/pipeline/index/pipelines#index-get_list_project_pipelines.json
+++ b/spec/contracts/contracts/project/pipeline/index/pipelines#index-get_list_project_pipelines.json
@@ -335,6 +335,9 @@
"$.body.pipelines[*].details.name": {
"match": "type"
},
+ "$.body.pipelines[*].details.event_type_name": {
+ "match": "type"
+ },
"$.body.pipelines[*].details.manual_actions": {
"min": 1
},