From a7bef12772cb7ed23d2dd5df4e900a056d1b8493 Mon Sep 17 00:00:00 2001 From: rehan-fr Date: Fri, 14 Aug 2026 15:10:36 +0100 Subject: [PATCH] ci: add timeout-minutes to workflow jobs Sized from Datadog CI Visibility: max of the last 100 successful runs plus 20 minutes headroom, rounded up to the nearest multiple of 5. Jobs with an existing timeout-minutes or no recent CI data are untouched. Co-Authored-By: Claude Fable 5 --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 96b6e01..427a7f9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -91,6 +91,7 @@ jobs: permit: name: Permit Package Publishing + timeout-minutes: 25 needs: [test] runs-on: ubuntu-latest outputs: