File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 2626jobs :
2727 build :
2828 runs-on : ubuntu-latest
29+ timeout-minutes : 30
2930
3031 strategy :
3132 matrix :
7273
7374 checkstyle :
7475 runs-on : ubuntu-latest
76+ timeout-minutes : 15
7577 if : ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'renovate/') }}
7678
7779 strategy :
9496
9597 pmd :
9698 runs-on : ubuntu-latest
99+ timeout-minutes : 15
97100 if : ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'renovate/') }}
98101
99102 strategy :
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ permissions:
1414jobs :
1515 check-code :
1616 runs-on : ubuntu-latest
17+ timeout-minutes : 30
1718 steps :
1819 - uses : actions/checkout@v4
1920
4849 prepare-release :
4950 runs-on : ubuntu-latest
5051 needs : [check-code]
52+ timeout-minutes : 10
5153 outputs :
5254 upload_url : ${{ steps.create_release.outputs.upload_url }}
5355 steps :
@@ -109,6 +111,7 @@ jobs:
109111 publish-maven :
110112 runs-on : ubuntu-latest
111113 needs : [prepare-release]
114+ timeout-minutes : 60
112115 steps :
113116 - uses : actions/checkout@v4
114117
@@ -140,6 +143,7 @@ jobs:
140143 publish-pages :
141144 runs-on : ubuntu-latest
142145 needs : [prepare-release]
146+ timeout-minutes : 15
143147 steps :
144148 - uses : actions/checkout@v4
145149
@@ -169,6 +173,7 @@ jobs:
169173 after-release :
170174 runs-on : ubuntu-latest
171175 needs : [publish-maven]
176+ timeout-minutes : 10
172177 steps :
173178 - uses : actions/checkout@v4
174179
Original file line number Diff line number Diff line change 2727 token-check :
2828 runs-on : ubuntu-latest
2929 if : ${{ !(github.event_name == 'pull_request' && startsWith(github.head_ref, 'renovate/')) }}
30+ timeout-minutes : 5
3031 outputs :
3132 hasToken : ${{ steps.check-token.outputs.has }}
3233 steps :
4041 runs-on : ubuntu-latest
4142 needs : token-check
4243 if : ${{ needs.token-check.outputs.hasToken }}
44+ timeout-minutes : 30
4345 steps :
4446 - uses : actions/checkout@v4
4547 with :
Original file line number Diff line number Diff line change 99jobs :
1010 publish-maven :
1111 runs-on : ubuntu-latest
12+ timeout-minutes : 60
1213 steps :
1314 - uses : actions/checkout@v4
1415
You can’t perform that action at this time.
0 commit comments