From c824c7e87a0a34e413025113d47e45c48ef2140f Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sun, 9 Jul 2023 15:59:27 +0100 Subject: [PATCH] Ignore docs changes on more CIs --- .cirrus.yml | 2 ++ azure-pipelines.yml | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 4ba969ea..e496f912 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,3 +1,5 @@ +skip: changesIncludeOnly('docs/*') + run_tests: &RUN_TESTS install_cibuildwheel_script: - python -m pip install -e ".[dev]" pytest-custom-exit-code diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ee0d4747..e49b7cab 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,3 +1,8 @@ +pr: + paths: + exclude: + - docs/* + jobs: - job: linux_38 timeoutInMinutes: 120