Skip to content

Commit 0548479

Browse files
authored
Add timeouts to source-and-docs-release.yml (#262)
1 parent 5ab3d7a commit 0548479

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/source-and-docs-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ env:
4848
jobs:
4949
verify-input:
5050
runs-on: ubuntu-24.04
51+
timeout-minutes: 5
5152
outputs:
5253
# Needed because env vars are not available in the build-docs check below
5354
cpython_release: ${{ env.CPYTHON_RELEASE }}
@@ -75,6 +76,7 @@ jobs:
7576
7677
build-source:
7778
runs-on: ubuntu-24.04
79+
timeout-minutes: 15
7880
needs:
7981
- verify-input
8082
steps:
@@ -115,6 +117,7 @@ jobs:
115117
116118
build-docs:
117119
runs-on: ubuntu-24.04
120+
timeout-minutes: 45
118121
needs:
119122
- verify-input
120123

@@ -158,6 +161,7 @@ jobs:
158161
159162
test-source:
160163
runs-on: ubuntu-24.04
164+
timeout-minutes: 60
161165
needs:
162166
- build-source
163167
steps:

0 commit comments

Comments
 (0)