Commit de77040
chore(ci): add job timeout to prevent hung workflows (#457)
Add explicit timeout-minutes to all jobs to prevent stuck workflows
from consuming CI resources for hours (default is 6 hours).
- build.yml: 15 minutes
- build-and-publish.yml: 20 minutes
Closes #456
Signed-off-by: Shubh-Raj <shubhraj625@gmail.com>
Co-authored-by: Matt Roberts <7544022+mttrbrts@users.noreply.github.com>1 parent a8c75bd commit de77040
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments