Skip to content

Commit 19b7268

Browse files
committed
check wf
1 parent df2dfc9 commit 19b7268

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ def get_run_id(commit, workflow):
1919
workflow,
2020
'-c',
2121
commit,
22-
'--status',
23-
'completed',
2422
'--json',
2523
'databaseId',
2624
'--jq',
@@ -174,7 +172,7 @@ def parse_sizes_json(compressed_json_path, uncompressed_json_path):
174172

175173
def main():
176174
parser = argparse.ArgumentParser(description='Calculate the current repo size')
177-
parser.add_argument('--current-commit', required=True, help='Current commit hash')
175+
parser.add_argument('--current-commit', required=True, help='Current commit sha')
178176
parser.add_argument('--base-commit', required=True, help='Base commit hash')
179177
parser.add_argument('--platform', required=True, help='Platform to compare')
180178
parser.add_argument('--to-dd-key', required=False, help='Send to Datadog')

0 commit comments

Comments
 (0)