diff --git a/.gitpod.yml b/.gitpod.yml index 764ad25775a..19e95cc5a12 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -29,11 +29,3 @@ tasks: # init runs once for each commit to the default branch init: ./scripts/setup_gitpod.sh openMode: split-right - -github: - prebuilds: - # Disable all prebuilds ; it's not faster and often errors - master: false - pullRequests: false - branches: false - pullRequestsFromForks: false