diff --git a/.cirrus.yml b/.cirrus.yml index e496f912..edbdb1df 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,4 +1,4 @@ -skip: changesIncludeOnly('docs/*') +skip: changesIncludeOnly('docs/*') || changesIncludeOnly('.pre-commit-config.yaml') run_tests: &RUN_TESTS install_cibuildwheel_script: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c61be9d..ed08a6b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,6 +7,7 @@ on: pull_request: paths-ignore: - 'docs/**' + - .pre-commit-config.yaml workflow_dispatch: # allow manual runs on branches without a PR diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e49b7cab..4f357064 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,6 +2,7 @@ pr: paths: exclude: - docs/* + - .pre-commit-config.yaml jobs: - job: linux_38