From 9e3f922172c38ec67bbdad4adfa839d3a915568a Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sat, 2 Nov 2019 10:40:22 +0100 Subject: [PATCH] only run CI on parent repo --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9504fbdb..79ec3926 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,8 +18,8 @@ variables: paths: - opamroot/ only: - - master - - /^ci/ + - master@iris/stdpp + - /^ci/@iris/stdpp except: - triggers - schedules -- GitLab