CI events flow simplified

This commit is contained in:
Piotr Dec 2025-11-01 23:02:28 +01:00
parent 29dfc13a48
commit 34ee5f8754
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0
7 changed files with 59 additions and 174 deletions

View file

@ -1,11 +1,8 @@
from dataclasses import dataclass
from typing import List
from app.events import Event
@dataclass
class WebhookEvent(Event):
class WoodpeckerEvent:
_id: str
commit: str
message: str