diff --git a/ci/config.yaml b/ci/config.yaml index ee8aa655fcf1..817c837c8ece 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,9 +1,7 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.3.19/c2cciutils/schema.json checks: - required_workflows: - main.yaml: False - rebuild.yaml: False + required_workflows: false versions: - rebuild: False - codespell: False + rebuild: false + codespell: false