# Where a node's dispatch runs. Rules are ordered: the first whose `when` holds
# decides, and a rule with no `when` is the fallback. v1 ships the local executor
# only, so both rules here name it — the grammar is what makes a dispatch-server
# or Kubernetes executor a config change rather than a code change.
executors:
-
rules:
- when:
use: local
- use: local