From f9726b51f184dfe70a396413b5499917a7038fc1 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 13 Feb 2020 15:04:56 +0100 Subject: [PATCH] adjust CI --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cc61dc0..5ae4184c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ variables: paths: - opamroot/ only: - - master + - /^master/ - /^ci/ except: - triggers @@ -31,7 +31,6 @@ build-coq.8.11.0: <<: *template variables: OPAM_PINS: "coq version 8.11.0" - OPAM_PKG: "coq-lambda-rust" tags: - fp-timing -- GitLab