Skip to content

Commit

Permalink
Merge pull request #1542 from pypa/ci-exclude-paths
Browse files Browse the repository at this point in the history
Ignore docs changes on Azure Pipelines and CirrusCI
  • Loading branch information
joerick committed Jul 15, 2023
2 parents f21bb83 + ddbcf56 commit 6282bc5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
paths-ignore:
- 'docs/**'
- .pre-commit-config.yaml
workflow_dispatch:
# allow manual runs on branches without a PR

Expand Down
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pr:
paths:
exclude:
- docs/*
- .pre-commit-config.yaml

jobs:
- job: linux_38
timeoutInMinutes: 120
Expand Down

0 comments on commit 6282bc5

Please sign in to comment.