From bc4b97f2182e520624fdd2124f655ee861a24386 Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Tue, 25 May 2021 07:49:32 -0700 Subject: [PATCH] fix mr rules --- apps/cic-eth/.gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/cic-eth/.gitlab-ci.yml b/apps/cic-eth/.gitlab-ci.yml index adbae00e..64fd0617 100644 --- a/apps/cic-eth/.gitlab-ci.yml +++ b/apps/cic-eth/.gitlab-ci.yml @@ -5,11 +5,10 @@ .cic_eth_changes_target: rules: - - if: $CI_PIPELINE_SOURCE == "merge_request_event" - changes: + - if: $CI_PIPELINE_SOURCE == "merge_request_event" + changes: - $CONTEXT/$APP_NAME/**/* - when: always - + when: always build-mr-cic-eth: extends: