Commit 41034d0
fix(ci): drop invalid job-level timeout-minutes from reusable-workflow calls
A timeout-minutes: key was set on one or more jobs that call a reusable
workflow via uses:. GitHub does not permit that key on a workflow_call job, so
it rejected the file at parse time — the workflow failed instantly (0s) on
every push and never ran. The standards *-reusable.yml workflows already
declare timeout-minutes on their internal jobs, so the caller key was
redundant as well as invalid.
Files: .github/workflows/mirror.yml .github/workflows/rsr-antipattern.yml .github/workflows/secret-scanner.yml
Verified with actionlint (real tool): no "timeout-minutes is not available"
findings remain.
Part of the estate-wide CI cleanup (84 repos; reference hyperpolymath/gitbot-fleet#374).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 1006a58 commit 41034d0
3 files changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments