Skip to content

Commit

Permalink
Also post status for pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
wenovus committed Jun 19, 2020
1 parent da31362 commit 9039958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd_gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ func main() {
}

// Post initial PR status.
if !badgeOnly && !compatValidatorsMap[validatorId][version] {
if !compatValidatorsMap[validatorId][version] {
if errs := postInitialStatus(h, validatorId, version); errs != nil {
log.Fatal(errs)
}
Expand Down

0 comments on commit 9039958

Please sign in to comment.