File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ concurrency:
26
26
jobs :
27
27
style-lint-golangci :
28
28
name : style/lint/golangci
29
+ timeout-minutes : 5
29
30
runs-on : ubuntu-latest
30
31
steps :
31
32
- uses : actions/checkout@v3
39
40
40
41
style-lint-typescript :
41
42
name : " style/lint/typescript"
43
+ timeout-minutes : 5
42
44
runs-on : ubuntu-latest
43
45
steps :
44
46
- name : Checkout
64
66
65
67
gen :
66
68
name : " style/gen"
69
+ timeout-minutes : 5
67
70
runs-on : ubuntu-latest
68
71
steps :
69
72
- uses : actions/checkout@v3
87
90
style-fmt :
88
91
name : " style/fmt"
89
92
runs-on : ubuntu-latest
93
+ timeout-minutes : 5
90
94
steps :
91
95
- name : Checkout
92
96
uses : actions/checkout@v3
@@ -114,6 +118,7 @@ jobs:
114
118
test-go :
115
119
name : " test/go"
116
120
runs-on : ${{ matrix.os }}
121
+ timeout-minutes : 20
117
122
strategy :
118
123
matrix :
119
124
os :
@@ -192,6 +197,7 @@ jobs:
192
197
test-go-postgres :
193
198
name : " test/go/postgres"
194
199
runs-on : ubuntu-latest
200
+ timeout-minutes : 20
195
201
steps :
196
202
- uses : actions/checkout@v3
197
203
@@ -277,6 +283,7 @@ jobs:
277
283
deploy :
278
284
name : " deploy"
279
285
runs-on : ubuntu-latest
286
+ timeout-minutes : 20
280
287
if : github.ref == 'refs/heads/main' && github.repository_owner == 'coder'
281
288
permissions :
282
289
contents : read
@@ -352,6 +359,7 @@ jobs:
352
359
test-js :
353
360
name : " test/js"
354
361
runs-on : ubuntu-latest
362
+ timeout-minutes : 20
355
363
steps :
356
364
- uses : actions/checkout@v3
357
365
@@ -404,6 +412,7 @@ jobs:
404
412
test-e2e :
405
413
name : " test/e2e/${{ matrix.os }}"
406
414
runs-on : ${{ matrix.os }}
415
+ timeout-minutes : 20
407
416
strategy :
408
417
matrix :
409
418
os :
You can’t perform that action at this time.
0 commit comments