-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Description
Describe the bug
I am validating that my github workflows accomplish what I expect them to. For this, I run my re-usable workflows over multiple projects. I do this with 6 re-usable workflows and 6 projects in the scope of the same workflow, so ultimately I expect gh run view to return the results for 36 different jobs.
I noticed that there appears to be a limit on the output of the gh run view, as some of the jobs that I expected to run are shown in the Actions tab of the repo, but not listed in the jobs of the gh run view.
I can't seem to find any information about a limit to output of the gh run view, but if I remove one of the projects, limiting the number of jobs to 30, I notice that the jobs that were not listed before are suddenly listed once more. Is there a limit on the output I can expect from gh run view?
Steps to reproduce the behavior
- Run multiple re-usable workflows multiple times.
- View the output of the workflow run with
gh run view - See whether all jobs are listed.
Expected vs actual behavior
I would expect all of my workflows to be listed.