From f194c30ee6bb9ebe11f4c6880cb782dd3de2e1b4 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 20 Jun 2026 17:45:28 +0000 Subject: [PATCH] ci(hypatia-scan): drop timeout-minutes from the reusable-caller job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A job that uses a reusable workflow (jobs..uses) may not declare timeout-minutes — GitHub rejects the file as invalid ("Unexpected value 'uses'/'secrets'; Required property is missing: runs-on"), so the workflow never parsed and every run produced 0 jobs, at every pin. This is why nextgen-* stayed 0-jobs while eclexia/Axiom (no timeout-minutes) worked. Removing the line makes the caller valid; the reusable enforces its own per-job timeout. Co-Authored-By: Claude Claude-Session: https://claude.ai/code/session_01PWMMxryCcPrAjJ8tuGvygG --- .github/workflows/hypatia-scan.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/hypatia-scan.yml b/.github/workflows/hypatia-scan.yml index 6ce7514..53beb49 100644 --- a/.github/workflows/hypatia-scan.yml +++ b/.github/workflows/hypatia-scan.yml @@ -29,6 +29,5 @@ permissions: jobs: hypatia: - timeout-minutes: 30 uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@8e6ba7d4a0890d25425855a77404d4690d0ab4b5 # standards #380; repin from a 0-jobs stale ref (paired with actions:read above) secrets: inherit