Add .pre-commit-config.yaml to CI ignore rules
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
skip: changesIncludeOnly('docs/*')
|
||||
skip: changesIncludeOnly('docs/*') || changesIncludeOnly('.pre-commit-config.yaml')
|
||||
|
||||
run_tests: &RUN_TESTS
|
||||
install_cibuildwheel_script:
|
||||
|
||||
@@ -7,6 +7,7 @@ on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- .pre-commit-config.yaml
|
||||
workflow_dispatch:
|
||||
# allow manual runs on branches without a PR
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@ pr:
|
||||
paths:
|
||||
exclude:
|
||||
- docs/*
|
||||
- .pre-commit-config.yaml
|
||||
|
||||
jobs:
|
||||
- job: linux_38
|
||||
|
||||
Reference in New Issue
Block a user