diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e30dd93e860..e911d7e5b89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,11 +68,12 @@ stages: - //@gitlab-org/gitlab-ee - //@gitlab/gitlab-ee -# Skip all jobs except the ones that begin with 'docs/', for commits -# including ONLY doc changes inside the 'doc/` directory. +# Skip all jobs except the ones that begin with 'docs/'. +# Used for commits including ONLY documentation changes. +# https://docs.gitlab.com/ce/development/writing_documentation.html#testing .except-docs: &except-docs except: - - /^docs\/*/ + - /^docs\/.*/ .rspec-knapsack: &rspec-knapsack stage: test |