We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7bd7f commit 3de1124Copy full SHA for 3de1124
.ci/metrics/metrics.py
@@ -21,7 +21,7 @@
21
# Lists the Github workflows we want to track. Maps the Github job name to
22
# the metric name prefix in grafana.
23
# This metric name is also used as a key in the job->name map.
24
-GITHUB_WORKFLOW_TO_TRACK = {"LLVM Premerge Checks": "github_llvm_premerge_checks"}
+GITHUB_WORKFLOW_TO_TRACK = {"LLVM CI Checks": "github_llvm_premerge_checks"}
25
26
# Lists the Github jobs to track for a given workflow. The key is the stable
27
# name (metric name) of the workflow (see GITHUB_WORKFLOW_TO_TRACK).
0 commit comments