From 857efd15097a65e36549ce1980792c10e4b95f27 Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Wed, 18 Feb 2026 15:14:12 +0530 Subject: [PATCH] ci: Skip unit tests on documentation and config changes --- .github/workflows/tests.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ec973b80855..2405275c652 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,7 +17,13 @@ on: push: branches: - "main" + paths-ignore: + - "docs/**" + - "**.md" pull_request: + paths-ignore: + - "docs/**" + - "**.md" pull_request_target: types: [labeled]