Skip to content

Commit a35fd71

Browse files
authored
fix empty specific checks names (#9)
1 parent 2908573 commit a35fd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func hydrateCommits(q *githubQuery, specificChecksNames string, sep string) []Co
141141
statusSuccess = true
142142
}
143143

144-
if numChecks == 0 {
144+
if specificChecksNames == "" {
145145
statusSuccess = edge.Node.StatusCheckRollup.State == githubv4.String(githubv4.StatusStateSuccess)
146146
}
147147

0 commit comments

Comments
 (0)