Skip to content

Commit

Permalink
Timeout GitHub action after 30 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredHatfield authored Oct 13, 2024
1 parent f857a44 commit 19c924e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
timeout-minutes: 30

concurrency:
group: docker

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ permissions:

jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 30

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 19c924e

Please sign in to comment.