Commit 27cc09c2 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Fix flaky-examples-test job to not run for docs

parent a0c13698
...@@ -212,7 +212,6 @@ update-tests-metadata: ...@@ -212,7 +212,6 @@ update-tests-metadata:
flaky-examples-check: flaky-examples-check:
<<: *dedicated-runner <<: *dedicated-runner
<<: *except-docs
image: ruby:2.3-alpine image: ruby:2.3-alpine
services: [] services: []
before_script: [] before_script: []
...@@ -227,6 +226,7 @@ flaky-examples-check: ...@@ -227,6 +226,7 @@ flaky-examples-check:
- branches - branches
except: except:
- master - master
- /(^docs[\/-].*|.*-docs$)/
artifacts: artifacts:
expire_in: 30d expire_in: 30d
paths: paths:
......
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