What is the GitHub Actions `timeout-minutes` setting and what happens when it’s exceeded?
GithubHard
Github — Hard
What is the GitHub Actions `timeout-minutes` setting and what happens when it’s exceeded?
Explanation
The `timeout-minutes` setting in GitHub Actions controls job duration. It cancels jobs exceeding this limit, marking them as failed. This prevents wasted resources and billing costs. Incorrect options misinterpret its purpose.