From adb2b6693e593a6e447dc87636a911ce45a251f6 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 27 Sep 2024 09:12:36 +0200 Subject: [PATCH] [TASK] Add a time limit to the documentation check on CI (#1472) 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