diff --git a/.ci/metrics/metrics.py b/.ci/metrics/metrics.py index 09e00b3647d27..d219c9e55169e 100644 --- a/.ci/metrics/metrics.py +++ b/.ci/metrics/metrics.py @@ -177,7 +177,7 @@ def get_per_workflow_metrics( # longer in a testing state and we can directly assert the workflow # result. for step in workflow_job.steps: - if step.conclusion != "success": + if step.conclusion != "success" and step.conclusion != "skipped": job_result = 0 break