File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ name: codecov
6
6
- master
7
7
jobs :
8
8
codecov :
9
+ timeout-minutes : 15
9
10
runs-on : ubuntu-24.04
10
11
steps :
11
12
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ name: mvn
9
9
- master
10
10
jobs :
11
11
mvn :
12
+ timeout-minutes : 15
12
13
runs-on : ${{ matrix.os }}
13
14
strategy :
14
15
matrix :
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ name: pdd
9
9
- master
10
10
jobs :
11
11
pdd :
12
+ timeout-minutes : 15
12
13
runs-on : ubuntu-24.04
13
14
steps :
14
15
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ name: xcop
9
9
- master
10
10
jobs :
11
11
xcop :
12
+ timeout-minutes : 15
12
13
runs-on : ubuntu-24.04
13
14
steps :
14
15
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments