We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade0927 commit cd1fe29Copy full SHA for cd1fe29
1 file changed
web/github.php
@@ -87,6 +87,7 @@
87
case 'check_suite':
88
case 'check_run':
89
case 'workflow_run':
90
+ case 'workflow_job':
91
break;
92
default:
93
$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