Merge branch '1.8.x' into fix-file-permissions

This commit is contained in:
Damodar Lohani 2025-12-28 14:23:31 +05:45 committed by GitHub
commit 22042b4749
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -382,9 +382,11 @@ abstract class Action extends DatabasesAction
->from($queueForEvents)
->trigger();
$queueForWebhooks
->from($queueForEvents)
->trigger();
if (!empty($queueForEvents->getProject()?->getAttribute('webhooks', []))) {
$queueForWebhooks
->from($queueForEvents)
->trigger();
}
}
$queueForEvents->reset();