workspace = false
and condition = { env_not_set = ["CARGO_MAKE_CRATE_NAME"]}
to create a top-level task? I would expect it to work with just the former. However, as I'm testing, having only workspace = false
does nothing and adding the env var not set condition means the task is skipped entirely at the crate level and top level.