Skip to content

Commit

Permalink
Put a timeout on docker build jobs (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Oct 22, 2024
1 parent 71243cd commit b5501bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
jobs:
build:
runs-on: ${{ matrix.IMAGE.RUNNER }}
timeout-minutes: 10
permissions:
contents: read
packages: write
Expand Down

0 comments on commit b5501bb

Please sign in to comment.