Add timeouts to the different jobs in all the workflows #92
Labels
github_actions
Pull requests that update GitHub Actions code
Hacktoberfest
infrastructure
Related to changes in the infrastructure, the CI, etc.
Originally posted by @AdrianDAlessandro in #88 (review)
Check how long jobs take to run and use the
timeout-minutes
setting. 10 min is typically enought for most purposes.For example, https://github.com/ImperialCollegeLondon/paricia/blob/ffd25a00df7f9199c98fc63bddc1d27b502632ec/.github/workflows/ci.yml#L16
The text was updated successfully, but these errors were encountered: