Skip to content
Snippets Groups Projects
Commit 03ce5d0538a4 authored by Georges Racinet's avatar Georges Racinet :squid:
Browse files

CI/CD: skipping RSpec tests based on MR labels

Same label as in the Rails case, promoted to Group level
parent ad391d64b8fc
No related branches found
No related tags found
1 merge request!146Merge upstream Omnibus GitLab into Omnibus Heptapod
Pipeline #85339 passed
......@@ -36,6 +36,8 @@
.rspec:
stage: test
rules:
- if: '$CI_MERGE_REQUEST_LABELS =~ /pipeline:skip-rspec/'
when: never
- if: '$OMNIBUS_HEPTAPOD_SKIP_TESTS'
when: never
- if: '$CI_PIPELINE_SOURCE == "pipeline"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment