Skip to content

Commit 07da03d

Browse files
committed
replace hyphen with underscore
1 parent 950b447 commit 07da03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/metrics/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def get_per_workflow_metrics(github_repo: github.Repository, last_workflow_id: s
380380

381381
workflow_metrics.append(
382382
JobMetrics(
383-
workflow_key + "-" + job_key,
383+
workflow_key + "_" + job_key,
384384
queue_time.seconds,
385385
run_time.seconds,
386386
job_result,

0 commit comments

Comments
 (0)