Fix flaky-examples-test job to not run for docs
This commit is contained in:
parent
a0c13698f9
commit
27cc09c2b4
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,6 @@ update-tests-metadata:
|
|||
|
||||
flaky-examples-check:
|
||||
<<: *dedicated-runner
|
||||
<<: *except-docs
|
||||
image: ruby:2.3-alpine
|
||||
services: []
|
||||
before_script: []
|
||||
|
@ -227,6 +226,7 @@ flaky-examples-check:
|
|||
- branches
|
||||
except:
|
||||
- master
|
||||
- /(^docs[\/-].*|.*-docs$)/
|
||||
artifacts:
|
||||
expire_in: 30d
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue