Add timeout to all GitHub workflows (#7325)

* Add 10 min timeout to all workflows

* Update ChangeLog

* Set analysis jobs to 20 min timeouts

* Update ChangeLog
This commit is contained in:
Nick Bolton
2024-01-11 17:44:42 +00:00
committed by GitHub
parent 5c0de7ea49
commit d34d9eef86
15 changed files with 15 additions and 0 deletions

View File

@ -15,6 +15,7 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
fail-fast: false