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 17
17
jobs :
18
18
build :
19
19
runs-on : ubuntu-latest
20
+ timeout-minutes : 15
20
21
21
22
strategy :
22
23
matrix :
Original file line number Diff line number Diff line change 17
17
jobs :
18
18
test :
19
19
runs-on : ubuntu-latest
20
+ timeout-minutes : 15
20
21
21
22
strategy :
22
23
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
@@ -186,6 +188,7 @@ jobs:
186
188
187
189
name : Build ${{ matrix.target }} (OXIDE)
188
190
runs-on : ubuntu-latest
191
+ timeout-minutes : 15
189
192
container :
190
193
image : ${{ matrix.image }}
191
194
@@ -262,6 +265,7 @@ jobs:
262
265
263
266
release :
264
267
runs-on : ubuntu-latest
268
+ timeout-minutes : 15
265
269
name : Build and release
266
270
needs :
267
271
- build
@@ -353,6 +357,7 @@ jobs:
353
357
354
358
tailwind-release :
355
359
runs-on : ubuntu-latest
360
+ timeout-minutes : 15
356
361
name : Build and release Tailwind CSS
357
362
358
363
needs :
Original file line number Diff line number Diff line change 28
28
29
29
name : Build ${{ matrix.target }} (OXIDE)
30
30
runs-on : ${{ matrix.os }}
31
+ timeout-minutes : 15
31
32
steps :
32
33
- uses : actions/checkout@v3
33
34
98
99
build-apple-silicon :
99
100
name : Build Apple Silicon (OXIDE)
100
101
runs-on : macos-latest
102
+ timeout-minutes : 15
101
103
steps :
102
104
- uses : actions/checkout@v3
103
105
@@ -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-release :
357
361
runs-on : ubuntu-latest
362
+ timeout-minutes : 15
358
363
name : Build and release Tailwind CSS
359
364
360
365
needs :
You can’t perform that action at this time.
0 commit comments