Skip to content

Commit

Permalink
Merge pull request #6 from shaneknapp/add-build-timeouts
Browse files Browse the repository at this point in the history
 add 90m timeouts to build workflows
  • Loading branch information
shaneknapp authored Nov 13, 2024
2 parents 54a5485 + 06f61e3 commit bbcd1ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-push-create-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
timeout-minutes: 90
env:
DOCKER_CONFIG: $HOME/.docker
IMAGE: ${{ vars.IMAGE }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
test-build:
runs-on: ubuntu-latest
timeout-minutes: 90
env:
DOCKER_CONFIG: $HOME/.docker
steps:
Expand Down

0 comments on commit bbcd1ba

Please sign in to comment.