Update Code-Quality.gitlab-ci.yml to use only.refs

This allows overriding `only.refs` to something else if needed.
This commit is contained in:
Rémy Coutable 2019-08-29 12:20:29 +00:00 committed by Douglas Barbosa Alexandre
parent f4e40c532b
commit b663a872d9
No known key found for this signature in database
GPG key ID: 4DC4A918C347CAC9

View file

@ -25,8 +25,9 @@ code_quality:
expire_in: 1 week
dependencies: []
only:
- branches
- tags
refs:
- branches
- tags
except:
variables:
- $CODE_QUALITY_DISABLED