Skip to content

Commit

Permalink
ci: Add timeouts to jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Oct 8, 2024
1 parent 870024f commit 3bfee49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
jobs:
CI:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
jobs:
docker:
runs-on: ubuntu-latest
timeout-minutes: 120
permissions:
packages: write
strategy:
Expand Down Expand Up @@ -98,6 +99,7 @@ jobs:
docker-manifest:
if: ${{ github.event_name != 'pull_request' }}
runs-on: ubuntu-latest
timeout-minutes: 30
needs:
- docker
permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/exceptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
validate-exceptions:
runs-on: ubuntu-latest
timeout-minutes: 30
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3bfee49

Please sign in to comment.