From 350441d9657e9f5fe257e7097313555a511ebeec Mon Sep 17 00:00:00 2001 From: Junhao Liao Date: Fri, 8 May 2026 18:22:16 -0400 Subject: [PATCH] ci(clp-artifact-build): Skip workflow for changes to deployment configs, integration tests, and lint-only files. --- .github/workflows/clp-artifact-build.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/clp-artifact-build.yaml b/.github/workflows/clp-artifact-build.yaml index f13dace1d2..e02e44fd82 100644 --- a/.github/workflows/clp-artifact-build.yaml +++ b/.github/workflows/clp-artifact-build.yaml @@ -7,6 +7,11 @@ on: - ".github/ISSUE_TEMPLATE/**" - "components/core/tools/scripts/lib_install/macos/**" - "docs/**" + - "integration-tests/**" + - "lint-requirements.txt" + - "tools/deployment/**" + - "tools/scripts/find-broken-docs-links.py" + - "tools/scripts/localstack/**" push: paths-ignore: *ignored_paths schedule: