Skip to content

Commit

Permalink
Merge pull request #1182 from ontodev/actions-timeout
Browse files Browse the repository at this point in the history
Set 10 minute timeout on CI action
  • Loading branch information
jamesaoverton authored Feb 8, 2024
2 parents c480381 + 64bcb31 commit a26de24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
java: [11, 15, 17]
Expand Down

0 comments on commit a26de24

Please sign in to comment.