From 4bb98ea71058a86c80e5c8737e8d738bf2f2dc0d Mon Sep 17 00:00:00 2001 From: Bernhard Mallinger <bernhard.mallinger@eox.at> Date: Thu, 27 Jan 2022 14:52:43 +0100 Subject: [PATCH] Don't run integration tests on main, only for branches and tags --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3eaffc..5e8d007 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,3 +54,5 @@ integration-test: expire_in: 4 week paths: - logs/* + except: + - main -- GitLab