We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab3d7a commit 0548479Copy full SHA for 0548479
.github/workflows/source-and-docs-release.yml
@@ -48,6 +48,7 @@ env:
48
jobs:
49
verify-input:
50
runs-on: ubuntu-24.04
51
+ timeout-minutes: 5
52
outputs:
53
# Needed because env vars are not available in the build-docs check below
54
cpython_release: ${{ env.CPYTHON_RELEASE }}
@@ -75,6 +76,7 @@ jobs:
75
76
77
build-source:
78
79
+ timeout-minutes: 15
80
needs:
81
- verify-input
82
steps:
@@ -115,6 +117,7 @@ jobs:
115
117
116
118
build-docs:
119
120
+ timeout-minutes: 45
121
122
123
@@ -158,6 +161,7 @@ jobs:
158
161
159
162
test-source:
160
163
164
+ timeout-minutes: 60
165
166
- build-source
167
0 commit comments