From 81a1305bb9b934dec9cd64f3bbda5160c89e0971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Bregu=C5=82a?= Date: Thu, 10 Dec 2020 22:45:51 +0100 Subject: [PATCH] Trigger provider-yamls check on docs change (#12998) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 553054bfc6b49..0634890541fe7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -446,7 +446,7 @@ repos: entry: ./scripts/ci/pre_commit/pre_commit_check_provider_yaml_files.py language: python require_serial: true - files: provider.yaml$|scripts/ci/pre_commit/pre_commit_check_provider_yaml_files.py$ + files: provider.yaml$|scripts/ci/pre_commit/pre_commit_check_provider_yaml_files.py$|^docs/ additional_dependencies: ['PyYAML==5.3.1', 'jsonschema==3.2.0', 'tabulate==0.8.7'] - id: mermaid name: Generate mermaid images