8000 Added duration type for deployment duration for logic calculation · middlewarehq/middleware@d7168a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit d7168a1

Browse files
committed
Added duration type for deployment duration for logic calculation
1 parent 2547521 commit d7168a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web-server/src/types/resources.ts

+1
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ export type Deployment = {
223223
conducted_at: DateString;
224224
pr_count: number;
225225
run_duration: number;
226+
duration: number;
226227
html_url: string;
227228
repo_workflow_id: ID;
228229
};

0 commit comments

Comments
 (0)
0