From f5960020cd553347c9d7d93f389f1de2f00cc2c6 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 10 Jul 2023 11:34:10 +0100 Subject: [PATCH] Add .pre-commit-config.yaml to CI ignore rules --- .cirrus.yml | 2 +- .github/workflows/test.yml | 1 + azure-pipelines.yml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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