File tree Expand file tree Collapse file tree 5 files changed +13
-0
lines changed Expand file tree Collapse file tree 5 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 18
18
jobs :
19
19
build :
20
20
runs-on : ubuntu-latest
21
+ timeout-minutes : 15
21
22
22
23
strategy :
23
24
matrix :
Original file line number Diff line number Diff line change 18
18
jobs :
19
19
test :
20
20
runs-on : ubuntu-latest
21
+ timeout-minutes : 15
21
22
22
23
strategy :
23
24
matrix :
Original file line number Diff line number Diff line change 18
18
contents : write # for softprops/action-gh-release to create GitHub release
19
19
20
20
runs-on : macos-11
21
+ timeout-minutes : 15
21
22
22
23
strategy :
23
24
matrix :
Original file line number Diff line number Diff line change 26
26
27
27
name : Build ${{ matrix.target }} (OXIDE)
28
28
runs-on : ${{ matrix.os }}
29
+ timeout-minutes : 15
29
30
steps :
30
31
- uses : actions/checkout@v3
31
32
96
97
build-apple-silicon :
97
98
name : Build Apple Silicon (OXIDE)
98
99
runs-on : macos-latest
100
+ timeout-minutes : 15
99
101
steps :
100
102
- uses : actions/checkout@v3
101
103
@@ -188,6 +190,7 @@ jobs:
188
190
189
191
name : Build ${{ matrix.target }} (OXIDE)
190
192
runs-on : ubuntu-latest
193
+ timeout-minutes : 15
191
194
container :
192
195
image : ${{ matrix.image }}
193
196
@@ -264,6 +267,7 @@ jobs:
264
267
265
268
release :
266
269
runs-on : ubuntu-latest
270
+ timeout-minutes : 15
267
271
name : Build and release
268
272
needs :
269
273
- build
@@ -355,6 +359,7 @@ jobs:
355
359
356
360
tailwind_oxide_release :
357
361
runs-on : ubuntu-latest
362
+ timeout-minutes : 15
358
363
name : Build and release Tailwind CSS
359
364
360
365
needs :
Original file line number Diff line number Diff line change 24
24
25
25
name : Build ${{ matrix.target }} (OXIDE)
26
26
runs-on : ${{ matrix.os }}
27
+ timeout-minutes : 15
27
28
steps :
28
29
- uses : actions/checkout@v3
29
30
75
76
oxide-build-apple-silicon :
76
77
name : Build Apple Silicon (OXIDE)
77
78
runs-on : macos-latest
79
+ timeout-minutes : 15
78
80
steps :
79
81
- uses : actions/checkout@v3
80
82
@@ -156,6 +158,7 @@ jobs:
156
158
157
159
name : Build ${{ matrix.target }} (OXIDE)
158
160
runs-on : ubuntu-latest
161
+ timeout-minutes : 15
159
162
container :
160
163
image : ${{ matrix.image }}
161
164
@@ -213,6 +216,7 @@ jobs:
213
216
214
217
oxide-release :
215
218
runs-on : ubuntu-latest
219
+ timeout-minutes : 15
216
220
name : Build and release
217
221
needs :
218
222
- oxide-build
@@ -285,6 +289,7 @@ jobs:
285
289
286
290
tailwind_oxide_release :
287
291
runs-on : ubuntu-latest
292
+ timeout-minutes : 15
288
293
name : Build and release Tailwind CSS
289
294
290
295
needs :
You can’t perform that action at this time.
0 commit comments