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

fix(ansible_playbook): enable parent pipelines

See merge request nofusscomputing/projects/gitlab-ci!44
This commit is contained in:
2023-06-02 06:52:36 +00:00

View File

@ -31,7 +31,7 @@ include:
- ".nfc_automation.yaml" - ".nfc_automation.yaml"
when: always 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: exists:
- ".nfc_automation.yaml" - ".nfc_automation.yaml"
when: always when: always