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

fix(ansible_playbook): enable parent pipelines

See merge request nofusscomputing/projects/gitlab-ci!45
This commit is contained in:
2023-06-02 07:09:04 +00:00

View File

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