Commit b663a872 authored by Rémy Coutable's avatar Rémy Coutable Committed by Douglas Barbosa Alexandre

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

This allows overriding `only.refs` to something else if needed. 
parent f4e40c53
......@@ -25,8 +25,9 @@ code_quality:
expire_in: 1 week
dependencies: []
only:
- branches
- tags
refs:
- branches
- tags
except:
variables:
- $CODE_QUALITY_DISABLED
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