Skip to content

feat: Allow user to cancel workspace jobs #5115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Nov 21, 2022
Prev Previous commit
Fix: make
  • Loading branch information
mtojek committed Nov 21, 2022
commit 4e5ee76b7a712d09f8edcd65ac46d5455114b555
2 changes: 1 addition & 1 deletion site/src/api/typesGenerated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ export interface UpdateTemplateMeta {
readonly description?: string
readonly icon?: string
readonly default_ttl_ms?: number
readonly allow_user_cancel_workspace_jobs: boolean
readonly allow_user_cancel_workspace_jobs?: boolean
}

// From codersdk/users.go
Expand Down