Skip to content

Commit e379530

Browse files
hyperpolymathclaude
andcommitted
fix(ci): drop timeout-minutes from reusable-calling jobs
`jobs.<id>.uses` accepts only with/secrets/needs/if/permissions/strategy/ concurrency. `timeout-minutes` is valid YAML, so every local linter passes it, but Actions refuses the whole file at parse time — startup_failure with zero jobs and the workflow listed by path instead of name. That is why these four workflows have been red on main indefinitely. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 81d502c commit e379530

4 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/governance.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ permissions:
3232
jobs:
3333
governance:
3434
uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9 # main 2026-06-27
35-
timeout-minutes: 30

.github/workflows/hypatia-scan.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ jobs:
3232
# Total caller-side wall-clock cap for the reusable. Matches
3333
# Hypatia's `missing_timeout_minutes` rule expectation. The scan is
3434
# typically ~3 min; the cap leaves headroom for slow estate builds.
35-
timeout-minutes: 30
3635

.github/workflows/mirror.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ jobs:
1313
mirror:
1414
uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@e9c8888769a703924cc3c0d717900960d78aea00
1515
secrets: inherit
16-
timeout-minutes: 60

.github/workflows/secret-scanner.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ jobs:
2020
pull-requests: write
2121
actions: read
2222
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@e9c8888769a703924cc3c0d717900960d78aea00
23-
secrets: inherit
24-
timeout-minutes: 20
23+
secrets: inherit

0 commit comments

Comments
 (0)