Skip to content

Commit

Permalink
Trigger provider-yamls check on docs change (apache#12998)
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-laj authored Dec 10, 2020
1 parent 1fafc8b commit 81a1305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81a1305

Please sign in to comment.