Commit 3d5efe6b authored by Robert Speicher's avatar Robert Speicher

Merge branch '207266-update-spec-for-schedule-type' into 'master'

Add scheduling_type to tags entry with default values

Closes #207266

See merge request gitlab-org/gitlab!25545
parents 71c6b754 2542c919
......@@ -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