mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: notifications: report failed workspace builds (#14571)
This commit is contained in:
@ -29,4 +29,6 @@ var (
|
||||
// Template-related events.
|
||||
var (
|
||||
TemplateTemplateDeleted = uuid.MustParse("29a09665-2a4c-403f-9648-54301670e7be")
|
||||
|
||||
TemplateWorkspaceBuildsFailedReport = uuid.MustParse("34a20db2-e9cc-4a93-b0e4-8569699d7a00")
|
||||
)
|
||||
|
Reference in New Issue
Block a user