You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, one input is unnecessary, depending on the value of another input. For example, you might have two inputs use_postgres, and postgres_config_file; if use_postgres is false then you don't care about postgres_config_file.
One way this could look: we could add a CEL expression skip_if to each input. For example:
TL;DR
Sometimes, one input is unnecessary, depending on the value of another input. For example, you might have two inputs
use_postgres
, andpostgres_config_file
; ifuse_postgres
is false then you don't care aboutpostgres_config_file
.One way this could look: we could add a CEL expression
skip_if
to each input. For example:cc @gjonathanhong
The text was updated successfully, but these errors were encountered: