From 5d91f157dacae50a2bb9565a8808335f2ab13861 Mon Sep 17 00:00:00 2001 From: Anish Sujanani Date: Thu, 17 Sep 2026 10:56:23 +0530 Subject: [PATCH] Add timeout-minutes to workflow jobs Sized from observed per-job durations of successful runs where available, otherwise from declared budgets in the job or from what the steps do. See the working notes for per-job reasoning. --- .github/workflows/quality.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index 37dc20c..5f016ad 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -10,6 +10,7 @@ on: jobs: verify: runs-on: ubuntu-latest + timeout-minutes: 8 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4