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 3de1124 commit 8c6a02aCopy full SHA for 8c6a02a
.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 CI Checks": "github_llvm_premerge_checks"}
+GITHUB_WORKFLOW_TO_TRACK = {"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).
.github/workflows/premerge.yaml
@@ -1,4 +1,4 @@
1
-name: LLVM CI Checks
+name: CI Checks
2
3
permissions:
4
contents: read
0 commit comments