Skip to content

Commit 7e6fcde

Browse files
committed
ci: add timeout-minutes to workflows
1 parent 6003b0b commit 7e6fcde

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
pre-commit:
1111
runs-on: ubuntu-latest
12+
timeout-minutes: 10
1213
steps:
1314
- uses: actions/checkout@v6
1415
- uses: actions/setup-python@v5

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
shellcheck:
77
name: Run ShellCheck
88
runs-on: ubuntu-latest
9+
timeout-minutes: 5
910
steps:
1011
- name: Checkout code
1112
uses: actions/checkout@v6

0 commit comments

Comments
 (0)