diff --git a/checks/ci_tests.go b/checks/ci_tests.go index c3de3da8232..09f39c79ae2 100644 --- a/checks/ci_tests.go +++ b/checks/ci_tests.go @@ -151,6 +151,7 @@ func isTest(s string) bool { for _, pattern := range []string{ "appveyor", "buildkite", "circleci", "e2e", "github-actions", "jenkins", "mergeable", "packit-as-a-service", "semaphoreci", "test", "travis-ci", + "flutter-dashboard", "Cirrus CI", } { if strings.Contains(l, pattern) { return true