From 3ee48daa10eee6dd80b79ed076c4ad4d1ff9bb57 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 2 Jun 2023 16:21:07 +0930 Subject: [PATCH] fix(ansible_playbook): enable parent pipelines !44 --- automation/.gitlab-ci-ansible.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/.gitlab-ci-ansible.yaml b/automation/.gitlab-ci-ansible.yaml index abfb639..6aa0b72 100644 --- a/automation/.gitlab-ci-ansible.yaml +++ b/automation/.gitlab-ci-ansible.yaml @@ -31,7 +31,7 @@ include: - ".nfc_automation.yaml" when: always - - if: '$CI_PIPELINE_SOURCE == "pipeline" && $PIPELINE_RUN_TRIGGER == "true"' + - if: '($CI_PIPELINE_SOURCE == "pipeline" || $CI_PIPELINE_SOURCE == "parent_pipeline" ) && $PIPELINE_RUN_TRIGGER == "true"' exists: - ".nfc_automation.yaml" when: always