Every job gets a timeout-minutes
The default is six hours. A hung test holds a runner for six hours, and on a paid plan that is a bill.
jobs:
test:
timeout-minutes: 15Set it to about twice the normal duration. When it fires, the job was already broken. You just find out sooner.
ci