remove duplicated webhook trigger (#7511)

pull/7519/head
Lunny Xiao 2019-07-18 16:54:55 +08:00 committed by GitHub
parent c5f9c04186
commit 8ea60e7e61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ func Merge(pr *models.PullRequest, doer *models.User, baseGitRepo *git.Repositor
}
defer func() {
go models.HookQueue.Add(pr.BaseRepo.ID)
go models.AddTestPullRequestTask(doer, pr.BaseRepo.ID, pr.BaseBranch, false)
}()