We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0421368 commit a981dc6Copy full SHA for a981dc6
.ci/premerge_advisor_upload.py
@@ -29,7 +29,7 @@ def main(commit_sha, workflow_run_number, build_log_files):
29
"base_commit_sha": commit_sha,
30
"source_id": workflow_run_number,
31
"failures": [],
32
- "platform": current_platform
+ "platform": current_platform,
33
}
34
if test_failures:
35
for name, failure_message in test_failures:
0 commit comments