mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-20 00:10:35 -05:00
ci.yml already has timeout-minutes on every job, but these three workflows had no timeout configured. Without an explicit timeout, GitHub Actions defaults to 6 hours, wasting CI minutes if a job gets stuck. Added timeouts consistent with ci.yml: - codeql-analysis.yml: 20 min (builds from source + analysis) - backport.yml: 5 min (simple checkout + PR creation) - black.yaml: 5 min (matches ci.yml ruff lint job) Fixes #9298 |
||
|---|---|---|
| .. | ||
| workflows | ||
| FUNDING.yml | ||
| ISSUE_TEMPLATE.md | ||
| PULL_REQUEST_TEMPLATE | ||