Merge branch 'preperation-32-when-anchors' into 'development'

fix(ansible_playbook): No3 enable parent pipelines

See merge request nofusscomputing/projects/gitlab-ci!46
This commit is contained in:
2023-06-02 07:18:55 +00:00

View File

@ -31,7 +31,17 @@ include:
- ".nfc_automation.yaml" - ".nfc_automation.yaml"
when: always when: always
- if: '($CI_PIPELINE_SOURCE == "pipeline" || $CI_PIPELINE_SOURCE == "trigger" ) && $PIPELINE_RUN_TRIGGER == "true"' - if:
(
$CI_PIPELINE_SOURCE == "api"
||
$CI_PIPELINE_SOURCE == "pipeline"
||
$CI_PIPELINE_SOURCE == "trigger"
||
$CI_PIPELINE_SOURCE == "parent_pipeline"
) &&
$PIPELINE_RUN_TRIGGER == "true"
exists: exists:
- ".nfc_automation.yaml" - ".nfc_automation.yaml"
when: always when: always