Skip to content

Commit 9738d3b

Browse files
committed
timeout 15m for all GHA jobs
1 parent 6d005cc commit 9738d3b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pdd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ name: pdd
99
- master
1010
jobs:
1111
pdd:
12+
timeout-minutes: 15
1213
runs-on: ubuntu-24.04
1314
steps:
1415
- uses: actions/checkout@v4

.github/workflows/xcop.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: xcop
55
pull_request:
66
jobs:
77
xcop:
8+
timeout-minutes: 15
89
runs-on: ubuntu-24.04
910
steps:
1011
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)