Commit f0e83607 authored by Stan Hu's avatar Stan Hu

Disable ee-files-location-check on tags and security branches

This was causing lots of false positives.
parent 74c4c035
...@@ -444,7 +444,9 @@ retrieve-tests-metadata: ...@@ -444,7 +444,9 @@ retrieve-tests-metadata:
- branches@gitlab-org/gitlab-ee - branches@gitlab-org/gitlab-ee
except: except:
- master - master
- tags
- /[\d-]+-stable(-ee)?/ - /[\d-]+-stable(-ee)?/
- /^security-/
- /\bce\-to\-ee\b/ - /\bce\-to\-ee\b/
- /(^docs[\/-].*|.*-docs$)/ - /(^docs[\/-].*|.*-docs$)/
......
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