Update event logging
Ping events are no longer logged. Unknown events are now logged as Debug. Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
ce7c67a8a7
commit
b8e77cb125
2 changed files with 4 additions and 1 deletions
|
|
@ -22,6 +22,7 @@ const (
|
|||
// WorkflowJobEvent is the event set in the webhook payload from github
|
||||
// when a workflow_job hook is sent.
|
||||
WorkflowJobEvent Event = "workflow_job"
|
||||
PingEvent Event = "ping"
|
||||
)
|
||||
|
||||
// WorkflowJob holds the payload sent by github when a workload_job is sent.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue