Skip to content

Commit 1940b01

Browse files
Address feedback
1 parent 7f8a947 commit 1940b01

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.ci/metrics/metrics.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,8 @@ def get_metrics(github_repo: github.Repository, workflows_to_track: dict[str, in
5454
if workflow_run.status != "completed":
5555
continue
5656

57-
# This workflow is not tracked at all. Ignoring.
58-
if workflow_run.name not in workflows_to_track:
59-
continue
60-
61-
# This workflow was already sampled for this run. Ignoring.
57+
# This workflow was already sampled for this run, or is not tracked at
58+
# all. Ignoring.
6259
if workflow_run.name not in workflows_to_include:
6360
continue
6461

0 commit comments

Comments
 (0)