Skip to content

Commit

Permalink
Add max job timeout for build workflow (#50998)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ijjk committed Jun 8, 2023
1 parent f2e637d commit 1be0bdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_reusable.yml
Expand Up @@ -51,6 +51,7 @@ env:

jobs:
build:
timeout-minutes: 25
runs-on: [self-hosted, linux, x64]

steps:
Expand Down

0 comments on commit 1be0bdd

Please sign in to comment.