ci(models): limit metadata check to scheduled runs
This commit is contained in:
@@ -1,14 +1,6 @@
|
|||||||
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