mirror of https://github.com/harness/drone.git
parent
800947f7f1
commit
4a55edad29
|
@ -558,7 +558,7 @@ func applyWebhookFilter(
|
|||
}
|
||||
|
||||
if opts.SkipInternal {
|
||||
stmt = stmt.Where("webhook_type == ?", enum.WebhookTypeExternal)
|
||||
stmt = stmt.Where("webhook_type = ?", enum.WebhookTypeExternal)
|
||||
}
|
||||
|
||||
return stmt
|
||||
|
|
Loading…
Reference in New Issue