From e34f4e46b670eb0270a761b989f4e5f1a3d1f543 Mon Sep 17 00:00:00 2001 From: frostebite Date: Tue, 10 Mar 2026 07:32:44 +0000 Subject: [PATCH] ci: add yarn.lock to validate-orchestrator path filters Ensure orchestrator validation runs when yarn.lock changes, since dependency updates can affect plugin compatibility. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/validate-orchestrator.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/validate-orchestrator.yml b/.github/workflows/validate-orchestrator.yml index 70340cb8..e360e1ed 100644 --- a/.github/workflows/validate-orchestrator.yml +++ b/.github/workflows/validate-orchestrator.yml @@ -23,6 +23,7 @@ on: - 'src/types/game-ci-orchestrator.d.ts' - 'action.yml' - 'package.json' + - 'yarn.lock' - '.github/workflows/validate-orchestrator.yml' pull_request: branches: [main, 'release/**'] @@ -37,6 +38,7 @@ on: - 'src/types/game-ci-orchestrator.d.ts' - 'action.yml' - 'package.json' + - 'yarn.lock' - '.github/workflows/validate-orchestrator.yml' concurrency: