From 506bf6e1ca5ad7466e677b46f05f071c2259f139 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sun, 10 Oct 2021 15:52:25 +0200 Subject: do not run base rust pipeline on tags --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e3d36c..1cdba9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,8 @@ include: - project: "cocainefarm/templates/ci" file: "/rust.base.yaml" + rules: + - if: $CI_COMMIT_TAG == null - project: "cocainefarm/templates/ci" file: "/tanka.base.yaml" rules: -- cgit v1.2.3