Commit fdbb007
fix(ci): hypatia-scan — drop timeout-minutes from reusable-call job (invalid workflow file) (#297)
## Summary
`.github/workflows/hypatia-scan.yml` was an **invalid workflow file**:
the `hypatia` job calls a reusable workflow (`uses:`), and GitHub does
not allow `timeout-minutes` on a workflow-call job — the whole file is
rejected and the workflow never runs.
## Change
- Remove `timeout-minutes: 10` from the `hypatia` reusable-call job.
Everything else (triggers, concurrency, permissions, SHA pin, `secrets:
inherit`) is untouched.
Allowed keys on a workflow-call job are `name`, `uses`, `with`,
`secrets`, `needs`, `if`, `permissions`, `concurrency`, `strategy` — the
file now conforms. Validated locally with `actionlint` (clean).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent b19c089 commit fdbb007
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
0 commit comments