Skip to content

Commit

Permalink
disable the dependencies validation by default
Browse files Browse the repository at this point in the history
  • Loading branch information
BentsiLeviav committed Dec 29, 2024
1 parent f8c43a4 commit 7ceed41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
{% set refresh_interval = refreshable_config.get('interval', none) %}
{% set refresh_randomize = refreshable_config.get('randomize', none) %}
{% set depends_on = refreshable_config.get('depends_on', none) %}
{% set depends_on_validation = refreshable_config.get('depends_on_validation', true) %}
{% set depends_on_validation = refreshable_config.get('depends_on_validation', false) %}
{% set append = refreshable_config.get('append', false) %}

{% if not refresh_interval %}
Expand Down

0 comments on commit 7ceed41

Please sign in to comment.