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
This commit is contained in:
Douglas Barbosa Alexandre 2019-09-02 16:36:59 +00:00
commit fb63a00ea4
1 changed files with 3 additions and 2 deletions

View File

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