From 27cc09c2b49e9cc8d0680e6370900ca75f018c16 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Mon, 4 Sep 2017 21:38:58 +0200 Subject: Fix flaky-examples-test job to not run for docs --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa7659d1b41..b08c441028b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- cgit v1.2.1