Skip to content

Commit 43cd221

Browse files
fidgetcodingruvnet
andcommitted
ci: add timeout-minutes to all workflow jobs
Prevents hung runners on pathological failures. Every job now has timeout-minutes: 15. Co-Authored-By: claude-flow <ruv@ruv.net>
1 parent c5d8bda commit 43cd221

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ permissions:
2020
jobs:
2121
shellcheck:
2222
runs-on: ubuntu-latest
23+
timeout-minutes: 15
2324
steps:
2425
- uses: actions/checkout@v6
2526
- name: Run ShellCheck

.github/workflows/security.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
shellcheck-strict:
2020
name: ShellCheck (error severity)
2121
runs-on: ubuntu-latest
22+
timeout-minutes: 15
2223
steps:
2324
- uses: actions/checkout@v6
2425
- name: Run ShellCheck at error severity
@@ -31,6 +32,7 @@ jobs:
3132
secret-scan:
3233
name: Secret scanning
3334
runs-on: ubuntu-latest
35+
timeout-minutes: 15
3436
steps:
3537
- uses: actions/checkout@v6
3638
with:

0 commit comments

Comments
 (0)