diff options
| author | Tim Zallmann <tzallmann@gitlab.com> | 2018-11-05 11:45:36 +0000 |
|---|---|---|
| committer | Tim Zallmann <tzallmann@gitlab.com> | 2018-11-05 11:45:36 +0000 |
| commit | 425ddcc5a8f65b44546daa8c1885e4e4f45e5f32 (patch) | |
| tree | 686da2eb8ee8755f7e1bcd7a91c61559638fe547 /spec/fixtures | |
| parent | 2ae6c47ddd27d9f76bc2e4326e91fc8d272896c1 (diff) | |
| parent | 13c091c443502a6824b78c4e93637b3fc794a47c (diff) | |
| download | gitlab-ce-425ddcc5a8f65b44546daa8c1885e4e4f45e5f32.tar.gz | |
Merge branch 'scheduled-manual-jobs-environment-play-buttons' into 'master'
Add the Play button for delayed jobs in environment page
Closes #52129
See merge request gitlab-org/gitlab-ce!22106
Diffstat (limited to 'spec/fixtures')
| -rw-r--r-- | spec/fixtures/api/schemas/deployment.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/deployment.json b/spec/fixtures/api/schemas/deployment.json index 44835386cfc..0828f113495 100644 --- a/spec/fixtures/api/schemas/deployment.json +++ b/spec/fixtures/api/schemas/deployment.json @@ -48,6 +48,10 @@ "manual_actions": { "type": "array", "items": { "$ref": "job/job.json" } + }, + "scheduled_actions": { + "type": "array", + "items": { "$ref": "job/job.json" } } }, "additionalProperties": false |
