Merge pull request #1542 from pypa/ci-exclude-paths
Ignore docs changes on Azure Pipelines and CirrusCI
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
skip: changesIncludeOnly('docs/*', '.pre-commit-config.yaml')
|
||||||
|
|
||||||
run_tests: &RUN_TESTS
|
run_tests: &RUN_TESTS
|
||||||
install_cibuildwheel_script:
|
install_cibuildwheel_script:
|
||||||
- python -m pip install -e ".[dev]" pytest-custom-exit-code
|
- python -m pip install -e ".[dev]" pytest-custom-exit-code
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
- .pre-commit-config.yaml
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# allow manual runs on branches without a PR
|
# allow manual runs on branches without a PR
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
pr:
|
||||||
|
paths:
|
||||||
|
exclude:
|
||||||
|
- docs/*
|
||||||
|
- .pre-commit-config.yaml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: linux_38
|
- job: linux_38
|
||||||
timeoutInMinutes: 120
|
timeoutInMinutes: 120
|
||||||
|
|||||||
Reference in New Issue
Block a user