Skip to content

Commit 1be0bdd

Browse files
authored
Add max job timeout for build workflow (vercel#50998)
Ensures we don't allow jobs like this one back up the queue indefinitely https://github.com/vercel/next.js/actions/runs/5214838162/jobs/9411777984?pr=50904
1 parent f2e637d commit 1be0bdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ env:
5151

5252
jobs:
5353
build:
54+
timeout-minutes: 25
5455
runs-on: [self-hosted, linux, x64]
5556

5657
steps:

0 commit comments

Comments
 (0)