1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-07-22 17:18:33 +00:00

Revert "Fix schedule tasks bugs (#28691)"

This reverts commit 97292da960.
This commit is contained in:
Earl Warren 2024-01-22 15:07:17 +00:00
parent b263ac67e0
commit 83e5eba031
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
19 changed files with 90 additions and 206 deletions

View file

@ -31,7 +31,6 @@ const (
HookEventRepository HookEventType = "repository"
HookEventRelease HookEventType = "release"
HookEventPackage HookEventType = "package"
HookEventSchedule HookEventType = "schedule"
)
// Event returns the HookEventType as an event string