Add .pre-commit-config.yaml to CI ignore rules

This commit is contained in:
Joe Rickerby
2023-07-10 11:34:10 +01:00
parent c824c7e87a
commit f5960020cd
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
skip: changesIncludeOnly('docs/*')
skip: changesIncludeOnly('docs/*') || changesIncludeOnly('.pre-commit-config.yaml')
run_tests: &RUN_TESTS
install_cibuildwheel_script:
+1
View File
@@ -7,6 +7,7 @@ on:
pull_request:
paths-ignore:
- 'docs/**'
- .pre-commit-config.yaml
workflow_dispatch:
# allow manual runs on branches without a PR
+1
View File
@@ -2,6 +2,7 @@ pr:
paths:
exclude:
- docs/*
- .pre-commit-config.yaml
jobs:
- job: linux_38