From ef5d723182db3294bb00e3d441bed315f2f9b98a Mon Sep 17 00:00:00 2001 From: Patrick Wozniak Date: Tue, 25 Aug 2026 14:48:29 +0200 Subject: [PATCH] Revert "ci(models): limit metadata check to scheduled runs" This reverts commit af5c41aaa187bf4be678c236280f0d70f05250f6. --- .github/workflows/model-metadata.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/model-metadata.yml b/.github/workflows/model-metadata.yml index de26c03..809eef8 100644 --- a/.github/workflows/model-metadata.yml +++ b/.github/workflows/model-metadata.yml @@ -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: