From 0dbfe6d55ef17f99af8f4f2b4e9ef6faed119226 Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Mon, 12 May 2025 13:51:02 -0700 Subject: [PATCH] Exclude some files from PR checks --- .azure/pipelines/ci-public.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.azure/pipelines/ci-public.yml b/.azure/pipelines/ci-public.yml index 4f675cd21fd9..e79221844861 100644 --- a/.azure/pipelines/ci-public.yml +++ b/.azure/pipelines/ci-public.yml @@ -19,6 +19,15 @@ pr: branches: include: - '*' + paths: + exclude: + - .devcontainer/* + - .github/* + - .vscode/* + - docs/* + - '**/*.md' + - LICENSE.TXT + - THIRD-PARTY-NOTICES.TXT parameters: # Choose whether to skip tests when running pipeline manually.