79076896

Date: 2024-10-11 05:26:19
Score: 1.5
Natty:
Report link

I dug further and found this:

If the parent pipeline is a merge request pipeline, the child pipeline must use workflow:rules or rules to ensure the jobs run.

If no jobs in the child pipeline can run due to missing or incorrect rules configuration:

Adding following rules section to the jobs fixes my issue (This is because I need the child pipelines to run on a merge request only):

  rules:
    - if: $CI_MERGE_REQUEST_ID
Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dev Khan