diff --git a/codersdk/deployment.go b/codersdk/deployment.go index 62aad64345088..a131fdf295812 100644 --- a/codersdk/deployment.go +++ b/codersdk/deployment.go @@ -92,6 +92,7 @@ func (n FeatureName) AlwaysEnable() bool { FeatureMultipleGitAuth: true, FeatureExternalProvisionerDaemons: true, FeatureAppearance: true, + FeatureWorkspaceBatchActions: true, }[n] }