Skip to content

Commit

Permalink
Add timeout to image builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 30, 2025
1 parent d013eb3 commit f5f5f43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ on:
jobs:
run:
name: build (${{ matrix.CUDA_VER }}, ${{ matrix.PYTHON_VER }}, ${{ matrix.LINUX_VER }}, ${{ matrix.ARCH }})
timeout-minutes: 30
strategy:
max-parallel: 50
matrix:
Expand Down

0 comments on commit f5f5f43

Please sign in to comment.