Revert "ci(models): limit metadata check to scheduled runs"

This reverts commit af5c41aaa1.
This commit is contained in:
Patrick Wozniak
2026-08-25 14:48:29 +02:00
parent af5c41aaa1
commit ef5d723182
+8
View File
@@ -1,6 +1,14 @@
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: