From 2aa232adf280e235aa224020b2c4cc27a83127d3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 15 Jan 2026 23:25:35 +0000 Subject: [PATCH 1/2] Initial plan From 681c5072a621255e598c73644e2e2e249984851c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 15 Jan 2026 23:31:38 +0000 Subject: [PATCH 2/2] ci: skip doc-only workflow runs Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> --- .github/workflows/dependency-audit.yml | 2 ++ .github/workflows/test-action.yml | 2 ++ .github/workflows/test-claude.yml | 2 ++ .github/workflows/test-coverage.yml | 2 ++ .github/workflows/test-examples.yml | 2 ++ .github/workflows/test-integration.yml | 2 ++ 6 files changed, 12 insertions(+) diff --git a/.github/workflows/dependency-audit.yml b/.github/workflows/dependency-audit.yml index 6c3c858e8..22426c1f0 100644 --- a/.github/workflows/dependency-audit.yml +++ b/.github/workflows/dependency-audit.yml @@ -5,6 +5,8 @@ on: branches: [main] pull_request: branches: [main] + paths-ignore: + - '**/*.md' schedule: # Run weekly on Mondays at 00:00 UTC - cron: '0 0 * * 1' diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index e84d19d9c..2c7642098 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -5,6 +5,8 @@ on: branches: [main] pull_request: branches: [main] + paths-ignore: + - '**/*.md' workflow_dispatch: permissions: diff --git a/.github/workflows/test-claude.yml b/.github/workflows/test-claude.yml index 4d77cde6f..20ca3d103 100644 --- a/.github/workflows/test-claude.yml +++ b/.github/workflows/test-claude.yml @@ -5,6 +5,8 @@ on: branches: [main] pull_request: branches: [main] + paths-ignore: + - '**/*.md' workflow_dispatch: permissions: diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index 32754371e..359e494f9 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -3,6 +3,8 @@ name: Test Coverage on: pull_request: branches: [main] + paths-ignore: + - '**/*.md' push: branches: [main] diff --git a/.github/workflows/test-examples.yml b/.github/workflows/test-examples.yml index d9e708fb7..ad53946b2 100644 --- a/.github/workflows/test-examples.yml +++ b/.github/workflows/test-examples.yml @@ -5,6 +5,8 @@ on: branches: [main] pull_request: branches: [main] + paths-ignore: + - '**/*.md' workflow_dispatch: permissions: diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 2d92650d0..236d0894d 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -5,6 +5,8 @@ on: branches: [main] pull_request: branches: [main] + paths-ignore: + - '**/*.md' workflow_dispatch: permissions: