diff --git a/pkg/metrics/get_workflow_runs_from_github.go b/pkg/metrics/get_workflow_runs_from_github.go index 4e376f1..614f694 100644 --- a/pkg/metrics/get_workflow_runs_from_github.go +++ b/pkg/metrics/get_workflow_runs_from_github.go @@ -120,6 +120,8 @@ func getWorkflowRunsFromGithub() { s = 3 } else if run.GetConclusion() == "queued" { s = 4 + } else if run.GetConclusion() == "cancelled" { + s = 5 } fields := getRelevantFields(repo, run)