Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed Mar 30, 2021
1 parent eb31195 commit 70c844e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -1938,7 +1938,7 @@ func SetNewWorkflow(resp http.ResponseWriter, request *http.Request) {
for _, action := range workflow.Actions {
if action.Environment == "" {
//action.Environment = baseEnvironment
if project.IsCloud {
if project.Environment == "cloud" {
action.Environment = "cloud"
}

Expand Down

0 comments on commit 70c844e

Please sign in to comment.