From e7c2c048f69334c67f12bdabad3245a8aa060714 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Thu, 11 May 2023 09:44:37 +0100 Subject: [PATCH] ci: Almost always build the containers in MRs --- .gitlab-ci/ci-rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/ci-rules.yml b/.gitlab-ci/ci-rules.yml index 34eb71be9..0992f0cdf 100644 --- a/.gitlab-ci/ci-rules.yml +++ b/.gitlab-ci/ci-rules.yml @@ -63,7 +63,7 @@ # affecting the pipeline were changed - if: *is-pre-merge changes: - *paths-ci-files + *paths-ci-code-sys-files when: on_success # Allow triggering jobs manually in other cases if any files affecting the # pipeline were changed: Disabled for now because it causes the pipeline on