Skip to content

Commit

Permalink
chore: do not resolve disable flag on config scan
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Sep 17, 2024
1 parent 5546b56 commit 3d90797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/garden.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ export class Garden {
const existing = this.actionConfigs[config.kind][config.name]

// Resolve the actual values of the `disabled` flag
config.disabled = this.evaluateDisabledFlag(config)
// config.disabled = this.evaluateDisabledFlag(config)

if (existing) {
if (actionIsDisabled(config, this.environmentName)) {
Expand Down

0 comments on commit 3d90797

Please sign in to comment.