Skip to content

Commit df2dfc9

Browse files
committed
repo
1 parent a8e5286 commit df2dfc9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/scripts/measure-disk-usage.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ def get_run_id(commit, workflow):
1515
'gh',
1616
'run',
1717
'list',
18-
'--repo',
19-
'Datadog/integrations-core',
2018
'--workflow',
2119
workflow,
2220
'-c',
@@ -89,8 +87,6 @@ def get_current_sizes_json(run_id, platform):
8987
'run',
9088
'download',
9189
run_id,
92-
'--repo',
93-
'Datadog/integrations-core',
9490
'--name',
9591
f'target-{platform}',
9692
'--dir',
@@ -122,8 +118,6 @@ def get_artifact(run_id, artifact_name):
122118
'run',
123119
'download',
124120
run_id,
125-
'--repo',
126-
'Datadog/integrations-core',
127121
'--name',
128122
artifact_name,
129123
],

0 commit comments

Comments
 (0)