You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given we have a parent workflow with a matrix job that calls a reusable child workflow that also has a matrix and this child workflow also calls a reusable workflow. When Job "a" depends on job "b", after job "a" completes, job "b" starts running and appears in a position above job "a". When the job completes the order sometimes changes and sometimes stays the same.
Is this intentional? because its make it hard to read the flow of deployment
Here are my 3 example workflow files:
matrix.yml uses _child-matrix.yml which uses grand-child.yml
BugGitHub or a GitHub feature is not working as intendedActionsBuild, test, and automate your deployment pipeline with world-class CI/CD
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Given we have a parent workflow with a matrix job that calls a reusable child workflow that also has a matrix and this child workflow also calls a reusable workflow. When Job "a" depends on job "b", after job "a" completes, job "b" starts running and appears in a position above job "a". When the job completes the order sometimes changes and sometimes stays the same.
Is this intentional? because its make it hard to read the flow of deployment
Here are my 3 example workflow files:
matrix.yml
uses_child-matrix.yml
which usesgrand-child.yml
matrix.yml
_child-matrix.yml
_grand-child.yml
In this example prod is showing before uat, however the dependencies are quite clear that it should be after:
I believe this to be a bug in the left panel that lists the jobs of a Github action run. Please can this be looked into.
Beta Was this translation helpful? Give feedback.
All reactions