Skip to content

Commit 9d2355f

Browse files
committed
ci: add timeout for GHA builds and tests
1 parent cb1c44f commit 9d2355f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
build:
1010
name: ${{ matrix.platform.name }}
1111
runs-on: ${{ matrix.platform.os }}
12+
timeout-minutes: 20
1213
defaults:
1314
run:
1415
shell: ${{ matrix.platform.shell }}

0 commit comments

Comments
 (0)