Update apps/cic-ussd/.gitlab-ci.yml, apps/cic-notify/.gitlab-ci.yml, apps/cic-cache/.gitlab-ci.yml files

This commit is contained in:
Blair Vanderlugt 2021-07-12 16:14:33 +00:00
parent e599933ef8
commit 231163e2fc
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ test-mr-cic-cache:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
changes:
- apps/cic-eth/**/*
- apps/$APP_NAME/**/*
when: always
build-push-cic-cache:

View File

@ -36,7 +36,7 @@ test-mr-cic-notify:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
changes:
- apps/cic-eth/**/*
- apps/$APP_NAME/**/*
when: always
build-push-cic-notify:

View File

@ -36,7 +36,7 @@ test-mr-cic-ussd:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
changes:
- apps/cic-eth/**/*
- apps/$APP_NAME/**/*
when: always
build-push-cic-ussd: