ci(models): limit metadata check to scheduled runs

This commit is contained in:
Patrick Wozniak
2026-08-25 14:48:03 +02:00
parent 7ed38d5f70
commit af5c41aaa1
-8
View File
@@ -1,14 +1,6 @@
name: Command Code model metadata
on:
pull_request:
branches: [main]
paths:
- ".github/scripts/check-commandcode-model-metadata.ts"
- ".github/workflows/model-metadata.yml"
- "src/core.ts"
- "src/models.ts"
- "tests/test-model-metadata-check.ts"
schedule:
- cron: "17 6 * * *"
workflow_dispatch: