### Bug description Prebuilds are succeed but dashboard state shows they are `FAILED`. See also [internal chat](https://gitpod.slack.com/archives/C0201TXMV54/p1676040399876799?thread_ts=1675965981.604119&cid=C0201TXMV54) ### Steps to reproduce - Create Project for repo https://github.com/mustard-mh/test/blob/main/.gitpod.yml or any repo that contains task like this. - Trigger Prebuild in dashboard, after it completed and refreshed, prebuild status is FAILED ### Anything else? Maybe related to `ws-manager` [doesn't check ExitCode](https://github.com/gitpod-io/gitpod/blob/d2fa18a15b529acc90db0b100dabf4686fe78a87/components/ws-manager/pkg/manager/status.go#L356-L359)
Bug description
Prebuilds are succeed but dashboard state shows they are
FAILED. See also internal chatSteps to reproduce
Anything else?
Maybe related to
ws-managerdoesn't check ExitCode