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:
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 20
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Reference in New Issue
Block a user