Skip to content

Commit 3cb2fba

Browse files
jvalkealfabapp2
authored andcommitted
Add timeout for build
- Build may hung up so timeout after 15min - Relates #2
1 parent ed5358e commit 3cb2fba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous-integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
build:
11+
timeout-minutes: 15
1112
runs-on: ${{ matrix.os }}
1213
strategy:
1314
fail-fast: false

0 commit comments

Comments
 (0)