From 1126aafe7571fa7b85642a8c6d4d96079d17647a Mon Sep 17 00:00:00 2001 From: Anish Sujanani Date: Thu, 17 Sep 2026 10:44:10 +0530 Subject: [PATCH] Add timeout-minutes to workflow jobs Sized from observed per-job durations of successful runs where they exist, otherwise from declared budgets in the job or from what the steps do. Control PM_GH_REPO_024. --- .github/workflows/postman.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/postman.yaml b/.github/workflows/postman.yaml index ff15192..d4295b5 100644 --- a/.github/workflows/postman.yaml +++ b/.github/workflows/postman.yaml @@ -10,6 +10,7 @@ on: jobs: postman: runs-on: ubuntu-latest + timeout-minutes: 10 steps: - uses: actions/checkout@v4 with: