Skip to content

Commit cd1fe29

Browse files
committed
hiding workflow_job event from github notifications
1 parent ade0927 commit cd1fe29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/github.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
case 'check_suite':
8888
case 'check_run':
8989
case 'workflow_run':
90+
case 'workflow_job':
9091
break;
9192
default:
9293
$ChatMsg = "{$Msg['alias']} triggered a {$EventType} event ".(isset($Message['action']) ? $Message['action'].' action ' : '')." notification on https://github.com/{$RepositoryName} ".(isset($Message['ref']) ? str_replace('refs/heads/', '', $Message['ref']) : '').".";

0 commit comments

Comments
 (0)