You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds timeout-minutes to all workflow steps to prevent individual
steps from hanging and consuming runner resources for extended periods
(default job timeout is 6 hours).
This prevents scenarios where a hung step blocks the runner for hours,
improving overall CI responsiveness and resource utilization.
0 commit comments