Revert "ci(models): limit metadata check to scheduled runs"
This reverts commit af5c41aaa1.
This commit is contained in:
@@ -1,6 +1,14 @@
|
|||||||
name: Command Code model metadata
|
name: Command Code model metadata
|
||||||
|
|
||||||
on:
|
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:
|
schedule:
|
||||||
- cron: "17 6 * * *"
|
- cron: "17 6 * * *"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
Reference in New Issue
Block a user