Skip to content

Commit

Permalink
Do not autostart desktop-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
robwaz committed Sep 30, 2024
1 parent ebfb30a commit cc99572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo_plugin/utils/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from . import user_docker_client

on_demand_services = { "code", "desktop", "desktop-windows" }
on_demand_services = { "code", "desktop"}

def start_on_demand_service(user, service_name):
if service_name not in on_demand_services:
Expand Down

0 comments on commit cc99572

Please sign in to comment.