Skip to content
Snippets Groups Projects
Commit 8127eb58 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

re #61

parent fe5a4119
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ final class HooksController extends EventController ...@@ -50,7 +50,7 @@ final class HooksController extends EventController
*/ */
private function getKnownWebhooks(): iterator private function getKnownWebhooks(): iterator
{ {
yield app(EventHandlers\AllAutomaticJobsHaveSucceeded::class); // yield app(EventHandlers\AllAutomaticJobsHaveSucceeded::class);
yield app(EventHandlers\BranchDeleted::class); yield app(EventHandlers\BranchDeleted::class);
yield app(EventHandlers\BuildImageJobSucceeded::class); yield app(EventHandlers\BuildImageJobSucceeded::class);
yield app(EventHandlers\IssueCreated::class); yield app(EventHandlers\IssueCreated::class);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment