Grafana Stat convert year to minutes

I am trying to calculate the total duration always based on minutes per day, weekly, and monthly.

How can I achieve this? Somehow it displays years rahter minutes ? :confused:

Min internval: 1d
Relative time: $timeRange
Unit: minutes(m)

Here is my expression.

sum(increase(github_workflow_job_run_duration_seconds_sum{$runnerTypeRegex}[$timeRange]))/60