Skip to content

Commit e34f4e4

Browse files
frostebiteclaude
andcommitted
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 <noreply@anthropic.com>
1 parent ee53114 commit e34f4e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate-orchestrator.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ on:
2323
- 'src/types/game-ci-orchestrator.d.ts'
2424
- 'action.yml'
2525
- 'package.json'
26+
- 'yarn.lock'
2627
- '.github/workflows/validate-orchestrator.yml'
2728
pull_request:
2829
branches: [main, 'release/**']
@@ -37,6 +38,7 @@ on:
3738
- 'src/types/game-ci-orchestrator.d.ts'
3839
- 'action.yml'
3940
- 'package.json'
41+
- 'yarn.lock'
4042
- '.github/workflows/validate-orchestrator.yml'
4143

4244
concurrency:

0 commit comments

Comments
 (0)