Merge pull request #9299 from mr-raj12/add-workflow-timeouts

ci: add missing timeout-minutes to codeql, backport, and lint workflows
This commit is contained in:
TW 2026-02-13 04:14:10 +01:00 committed by GitHub
commit 74a9cb0ae6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View file

@ -14,6 +14,7 @@ jobs:
backport:
name: Backport pull request
runs-on: ubuntu-24.04
timeout-minutes: 5
# Only run when pull request is merged
# or when a comment starting with `/backport` is created by someone other than the

View file

@ -8,6 +8,7 @@ on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable

View file

@ -15,6 +15,7 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
timeout-minutes: 20
permissions:
actions: read
contents: read