Allow to decide which tasks are going to be executed per playground (#218)
This commit is contained in:
committed by
Marcos Nils
parent
f22bf1b3da
commit
95e4aaa5f7
@@ -79,4 +79,5 @@ type Playground struct {
|
||||
AllowWindowsInstances bool `json:"allow_windows_instances" bson:"allow_windows_instances"`
|
||||
DefaultSessionDuration time.Duration `json:"default_session_duration" bson:"default_session_duration"`
|
||||
Extras PlaygroundExtras `json:"extras" bson:"extras"`
|
||||
Tasks []string `json:"tasks" bson:"tasks"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user