Commit a7b4e7c9 authored by Rémy Coutable's avatar Rémy Coutable

Run rspec:feature-flags only on ee

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent bf3c2ffa
......@@ -489,7 +489,7 @@ rspec:coverage:
rspec:feature-flags:
extends:
- .coverage-base
- .static-analysis:rules:ee-and-foss
- .rails:rules:rspec-feature-flags
stage: post-test
needs: ["static-analysis"]
script:
......
......@@ -946,6 +946,12 @@
- <<: *if-merge-request
changes: [".gitlab/ci/rails.gitlab-ci.yml"]
.rails:rules:rspec-feature-flags:
rules:
- <<: *if-not-ee
when: never
- changes: *code-backstage-patterns
#########################
# Static analysis rules #
#########################
......
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