mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 01:16:36 +00:00
[CI] Remove Check Clang Format from watched workflows (#122740)
This was useful to test metrics before we had an actual workflow, now it generates noise. Signed-off-by: Nathan Gauër <brioche@google.com>
This commit is contained in:
parent
cfd7e024c6
commit
05f9cdd58d
@ -12,7 +12,7 @@ GRAFANA_URL = (
|
||||
"https://influx-prod-13-prod-us-east-0.grafana.net/api/v1/push/influx/write"
|
||||
)
|
||||
GITHUB_PROJECT = "llvm/llvm-project"
|
||||
WORKFLOWS_TO_TRACK = ["Check code formatting", "LLVM Premerge Checks"]
|
||||
WORKFLOWS_TO_TRACK = ["LLVM Premerge Checks"]
|
||||
SCRAPE_INTERVAL_SECONDS = 5 * 60
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user