Commit 2542c919 authored by Kyle Wiebers's avatar Kyle Wiebers

Add scheduling_type to tags entry with default values

- Fixes https://gitlab.com/gitlab-org/gitlab/issues/207266
parent fb6d5bd6
......@@ -101,6 +101,7 @@ module Gitlab
name: "rspec",
only: { refs: %w[branches tags] },
options: { script: ["rspec"] },
scheduling_type: :stage,
tag_list: %w[A B],
allow_failure: false,
when: "on_success",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment