Skip to content

Commit 08dfef3

Browse files
committed
github actions: Add 120 minute timeout
1 parent 3632033 commit 08dfef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate-kernel-commits.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111
jobs:
1212
validate-kernel-commits:
1313
runs-on: ubuntu-latest
14+
timeout-minutes: 120
1415

1516
steps:
1617
- name: Checkout PR branch

0 commit comments

Comments
 (0)