Skip to content

Commit

Permalink
Removed Cirrus CI test
Browse files Browse the repository at this point in the history
This does not have a unit tests and cannot possibly
return true because the string it is compared to
is converted to lowercase
  • Loading branch information
Petter Kvalvaag committed Feb 14, 2023
1 parent 93900ac commit 932d126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/evaluation/ci_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,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",
"flutter-dashboard",
} {
if strings.Contains(l, pattern) {
return true
Expand Down

0 comments on commit 932d126

Please sign in to comment.