trigger:
include:
- local: path/to/child-pipeline.yml
The job graph of the included files is merged with the job graph of the calling workflow.
trigger:
"org/repo"
- name: Run downstream workflow
run: gh workflow run $WORKFLOW_FILE --repo org/repo
env:
WORKFLOW_FILE: UPDATE_ME
None