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:
1111jobs :
1212 link-checker :
1313 runs-on : ubuntu-latest
14+ timeout-minutes : 15
1415 steps :
1516 - uses : actions/checkout@v4
1617
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ permissions:
1414jobs :
1515 labels :
1616 runs-on : ubuntu-latest
17+ timeout-minutes : 10
1718 steps :
1819 - uses : actions/checkout@v4
1920 with :
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ permissions:
3131jobs :
3232 update :
3333 runs-on : ubuntu-latest
34+ timeout-minutes : 60
3435 outputs :
3536 update_branch_merged_commit : ${{ steps.manage-branches.outputs.update_branch_merged_commit }}
3637 create_update_branch_merged_pr : ${{ steps.manage-branches.outputs.create_update_branch_merged_pr }}
@@ -180,6 +181,7 @@ jobs:
180181 needs : [update]
181182 if : needs.update.outputs.create_update_branch_merged_pr == 1
182183 runs-on : ubuntu-latest
184+ timeout-minutes : 60
183185 steps :
184186 - uses : actions/checkout@v4
185187 with :
You can’t perform that action at this time.
0 commit comments