feat: remove workspace_actions experiment (#11427)

This commit is contained in:
Jon Ayers
2024-01-10 16:19:39 -06:00
committed by GitHub
parent 04afb88e6f
commit 9b437032e9
22 changed files with 26 additions and 119 deletions

View File

@ -2077,9 +2077,6 @@ func (c *Client) BuildInfo(ctx context.Context) (BuildInfoResponse, error) {
type Experiment string
const (
// https://github.com/coder/coder/milestone/19
ExperimentWorkspaceActions Experiment = "workspace_actions"
// Deployment health page
ExperimentDeploymentHealthPage Experiment = "deployment_health_page"