Skip to content

Commit

Permalink
[MAINTENANCE] Add workflow timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
alien11689 committed Jan 10, 2025
1 parent 449acaa commit 0854a8a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ env:

jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
matrix:
java: [ 8 ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/jmx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ env:

jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
matrix:
java: [ 8 ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/jndi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ env:

jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
matrix:
java: [ 8 ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spi-fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ env:

jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
matrix:
java: [ 8, 11, 17, 18, 19-ea ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/subsystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ env:

jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
matrix:
java: [ 8 ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/transaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ env:

jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
matrix:
java: [ 8 ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ env:

jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
matrix:
java: [ 8 ]
Expand Down

0 comments on commit 0854a8a

Please sign in to comment.