We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46195ed + cd57271 commit a88fe58Copy full SHA for a88fe58
.github/workflows/main.yml
@@ -16,6 +16,7 @@ on:
16
jobs:
17
build:
18
runs-on: ${{ matrix.os }}
19
+ timeout-minutes: 30
20
21
strategy:
22
fail-fast: false
@@ -187,6 +188,7 @@ jobs:
187
188
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pytest-dev/pytest'
189
190
runs-on: ubuntu-latest
191
192
193
needs: [build]
194
0 commit comments