Skip to content

Commit 4921f7c

Browse files
claudehyperpolymath
authored andcommitted
ci(hypatia-scan): drop timeout-minutes from the reusable-caller job
A job that uses a reusable workflow (jobs.<id>.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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PWMMxryCcPrAjJ8tuGvygG
1 parent 3850c5a commit 4921f7c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ permissions:
3030
jobs:
3131
hypatia:
3232
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@8e6ba7d4a0890d25425855a77404d4690d0ab4b5 # standards #380; repin from a 0-jobs stale ref (paired with actions:read above)
33-
timeout-minutes: 10
3433
secrets: inherit

0 commit comments

Comments
 (0)