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 56892b3 commit fbf6505Copy full SHA for fbf6505
.ci/metrics/metrics.py
@@ -96,7 +96,6 @@ def get_sampled_workflow_metrics(github_repo: github.Repository):
96
elif job.status == "in_progress":
97
running_count[metric_name] += 1
98
99
-
100
workflow_metrics = []
101
for name, value in queued_count.items():
102
workflow_metrics.append(
0 commit comments