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: ...@@ -25,8 +25,9 @@ code_quality:
expire_in: 1 week expire_in: 1 week
dependencies: [] dependencies: []
only: only:
- branches refs:
- tags - branches
- tags
except: except:
variables: variables:
- $CODE_QUALITY_DISABLED - $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