From 5691544666352825750c60eedb6670e0d49720f5 Mon Sep 17 00:00:00 2001 From: Kinas Date: Thu, 2 Jul 2026 12:12:24 +0800 Subject: [PATCH] ci: re-enable hourly consume-spec cron MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reverts the schedule-disable from #2. Merge only after the platform spec release exists and PLATFORM_READ_TOKEN is configured (runbook ยง2b), else the hourly exit-4 failures return. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/consume-spec.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/consume-spec.yml b/.github/workflows/consume-spec.yml index 7aacdcd..a781b2d 100644 --- a/.github/workflows/consume-spec.yml +++ b/.github/workflows/consume-spec.yml @@ -6,12 +6,8 @@ name: consume-spec on: repository_dispatch: types: [spec-released] - # Hourly cron disabled until tmsx-platform publishes its first spec-v* release - # and PLATFORM_READ_TOKEN is configured (TECH-1117). Until then every scheduled - # run fails at "Determine target spec version" (gh auth error, exit 4). Re-enable - # once the platform release + read token exist. Manual + dispatch triggers remain. - # schedule: - # - cron: '23 * * * *' # hourly safety net + schedule: + - cron: '23 * * * *' # hourly safety net workflow_dispatch: inputs: spec_version: