File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ permissions:
11
11
jobs :
12
12
link-checker :
13
13
runs-on : ubuntu-latest
14
+ timeout-minutes : 15
14
15
steps :
15
16
- uses : actions/checkout@v4
16
17
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ permissions:
14
14
jobs :
15
15
labels :
16
16
runs-on : ubuntu-latest
17
+ timeout-minutes : 10
17
18
steps :
18
19
- uses : actions/checkout@v4
19
20
with :
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ permissions:
31
31
jobs :
32
32
update :
33
33
runs-on : ubuntu-latest
34
+ timeout-minutes : 60
34
35
outputs :
35
36
update_branch_merged_commit : ${{ steps.manage-branches.outputs.update_branch_merged_commit }}
36
37
create_update_branch_merged_pr : ${{ steps.manage-branches.outputs.create_update_branch_merged_pr }}
@@ -180,6 +181,7 @@ jobs:
180
181
needs : [update]
181
182
if : needs.update.outputs.create_update_branch_merged_pr == 1
182
183
runs-on : ubuntu-latest
184
+ timeout-minutes : 60
183
185
steps :
184
186
- uses : actions/checkout@v4
185
187
with :
You can’t perform that action at this time.
0 commit comments