mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 18:30:48 +02:00
7b2d19ca86
The "minutes" field is only a scheduling estimate; when it goes stale it just packs the schedule a little worse, and there was no signal that a value needed updating. Emit a non-fatal warning when a config that explicitly sets "minutes" finishes more than 50% above or below it (a GitHub ::warning:: annotation in CI, a plain line locally) and flag the row in the step-summary table with the value to copy over. Configs that omit "minutes" keep riding the 1.0 default and are left alone. The warning never touches the exit status, so it cannot fail the job.