Skip to content

Commit

Permalink
fix(cli): show contract name in wf list (#1718)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
  • Loading branch information
migmartri authored Jan 10, 2025
1 parent c182ddb commit 873c106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controlplane/pkg/data/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ func (r *WorkflowRepo) List(ctx context.Context, orgID uuid.UUID, filter *biz.Wo
// Apply pagination options and execute the query
workflows, err := wfQuery.
WithLatestWorkflowRun().
WithContract().
WithProject().
Order(ent.Desc(workflow.FieldCreatedAt)).
Limit(pagination.Limit()).
Expand Down

0 comments on commit 873c106

Please sign in to comment.