Merge pull request #1542 from pypa/ci-exclude-paths

Ignore docs changes on Azure Pipelines and CirrusCI
This commit is contained in:
Joe Rickerby
2023-07-15 10:02:51 +01:00
committed by GitHub
3 changed files with 9 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
skip: changesIncludeOnly('docs/*', '.pre-commit-config.yaml')
run_tests: &RUN_TESTS
install_cibuildwheel_script:
- python -m pip install -e ".[dev]" pytest-custom-exit-code
+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
+6
View File
@@ -1,3 +1,9 @@
pr:
paths:
exclude:
- docs/*
- .pre-commit-config.yaml
jobs:
- job: linux_38
timeoutInMinutes: 120