From e9954ca9a59e65efd2816f6c6a0b9771cd73f86e Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Wed, 19 Jan 2022 13:11:07 -0800 Subject: [PATCH] CI: Don't DataManager/Azure tests on only doc/ dir changes --- .github/workflows/datamanger.yml | 2 ++ azure-pipelines.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/datamanger.yml b/.github/workflows/datamanger.yml index 3fc515883a225..e796c536688b1 100644 --- a/.github/workflows/datamanger.yml +++ b/.github/workflows/datamanger.yml @@ -9,6 +9,8 @@ on: branches: - main - 1.4.x + paths-ignore: + - "doc/**" env: ENV_FILE: environment.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9c04d10707a64..1e2556f521225 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,7 +6,7 @@ trigger: - 1.4.x paths: exclude: - - 'doc/*' + - 'doc/**' pr: autoCancel: true