Skip to content

Commit 60490f0

Browse files
Set job timeouts
If these timeouts are reached the remaining jobs need to be restarted.
1 parent 6ac95c4 commit 60490f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
build:
1313
runs-on: ${{ matrix.platform.os }}
1414

15+
timeout-minutes: 100
16+
1517
strategy:
1618
fail-fast: false
1719
matrix:
@@ -106,6 +108,8 @@ jobs:
106108
merge:
107109
runs-on: ubuntu-latest
108110

111+
timeout-minutes: 10
112+
109113
needs:
110114
- build
111115

0 commit comments

Comments
 (0)