Commit fb63a00e authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'use-only-ref-in-the-code-quality-job-template' into 'master'

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

See merge request gitlab-org/gitlab-ce!32394
parents 1d3d1276 b663a872
......@@ -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