Skip to content

Commit

Permalink
Merge pull request #82 from vitessio/remove-cobra-sync
Browse files Browse the repository at this point in the history
Don't sync cobradocs on website
  • Loading branch information
frouioui authored Nov 29, 2024
2 parents 25818dc + 2245522 commit fa44800
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions go/pull_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,6 @@ func (h *PullRequestHandler) closedPullRequest(ctx context.Context, event github
if err != nil {
return err
}
err = h.updateDocs(ctx, event, prInfo)
if err != nil {
return err
}
return nil
}

Expand Down

0 comments on commit fa44800

Please sign in to comment.