diff --git a/core/src/garden.ts b/core/src/garden.ts index c696d68f57..1a5fc1e254 100644 --- a/core/src/garden.ts +++ b/core/src/garden.ts @@ -1395,7 +1395,6 @@ export class Garden { if (existing) { if (actionIsDisabled(config, this.environmentName)) { this.log.silly(`Skipping action ${key} because it is disabled and another action with the same key exists`) - return } else if (!actionIsDisabled(existing, this.environmentName)) { const paths = [ existing.internal.configFilePath || existing.internal.basePath,