From 5227045493c716d355ebe20177e9e2afcaff71bd Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 25 Sep 2024 11:07:21 +0200 Subject: [PATCH] [TASK] Add a time limit to the documentation check on CI This will avoid that a hung job will consume up to 30 minutes of CPU time. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4234a93..e296a7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -326,6 +326,7 @@ jobs: documentation: name: Documentation runs-on: ubuntu-24.04 + timeout-minutes: 2 steps: - name: Checkout uses: actions/checkout@v4