extend doc about reusable workflows containing several jobs #30296
Labels
actions
This issue or pull request should be reviewed by the docs actions team
content
This issue or pull request belongs to the Docs Content team
waiting for review
Issue/PR is waiting for a writer's review
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/using-workflows/reusing-workflows#using-outputs-from-a-reusable-workflow
What part(s) of the article would you like to see updated?
reusable workflows seem to support containing several jobs (mentioned at the start)
please extend documentation
that this is not possible (in limitations, except if it is)how to depend on the result of one job which in inside of the reusable workflowDirectly depending on an "inner" job is not possible, job outputs can be used instead(maybe with job name: calling-job-name/reusalable-job-name)
Additional information
I tried out to have several jobs in a reusable workflow in a test repo https://github.com/SimonHeimberg/temp_test_github_merge/actions/runs/7065558500/job/19235804814
Looks like my test is somehow wrong. How it is displayed indicates that this is supported, as the documentation.
But after hours I still wait for the jobs to be picked up by a runner. So running seems to be NOT be supported.But I did not get any result because I used a wrong runner name. 🙈The text was updated successfully, but these errors were encountered: