Commit add3343
committed
fix(ci): repair boj-build.yml startup_failure (missed by #360)
#360 added timeout-minutes estate-wide and fixed changelog-reusable.yml, but
could not touch boj-build.yml because it does not parse: two trailing steps
(K9-SVC Validation, Contractile Check) had dropped to 2-space indentation,
out of the 'steps:' list, so GitHub fails to compile it on every push
(startup_failure, 0 jobs). Re-indent those steps to 6 spaces and add the
job-level timeout-minutes the estate convention expects.
The job stays gated on 'if: vars.BOJ_SERVER_URL != ...', so it skips cleanly
when unconfigured. Validated with PyYAML. Addresses the repair side of
standards#331. No SPDX header or licence content touched.
https://claude.ai/code/session_011xv3VLrqeXkpjXxUojKz821 parent 6cd3772 commit add3343
1 file changed
Lines changed: 29 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
0 commit comments