Skip to content

Commit a8a1460

Browse files
asq-sheriffclaude
andcommitted
fix: Add timeout and fail-fast:false to CI workflow
- Prevent job cancellation when one matrix job fails - Add 15 minute timeout to prevent hung jobs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8f2ca73 commit a8a1460

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
jobs:
66
ci:
77
runs-on: ubuntu-latest
8+
timeout-minutes: 15
89
strategy:
10+
fail-fast: false
911
matrix:
1012
python-version: [ "3.11", "3.12" ]
1113

0 commit comments

Comments
 (0)