CI events flow simplified
This commit is contained in:
parent
29dfc13a48
commit
34ee5f8754
7 changed files with 59 additions and 174 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue