File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ name: codecov
66 - master
77jobs :
88 codecov :
9+ timeout-minutes : 15
910 runs-on : ubuntu-24.04
1011 steps :
1112 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ name: mvn
99 - master
1010jobs :
1111 mvn :
12+ timeout-minutes : 15
1213 runs-on : ${{ matrix.os }}
1314 strategy :
1415 matrix :
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ name: pdd
99 - master
1010jobs :
1111 pdd :
12+ timeout-minutes : 15
1213 runs-on : ubuntu-24.04
1314 steps :
1415 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ name: xcop
99 - master
1010jobs :
1111 xcop :
12+ timeout-minutes : 15
1213 runs-on : ubuntu-24.04
1314 steps :
1415 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments