We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5174b18 commit 8ad2a6bCopy full SHA for 8ad2a6b
.github/workflows/test.yml
@@ -143,7 +143,6 @@ jobs:
143
test-postgres-unit:
144
name: Test Postgres Unit (Python ${{ matrix.python-version }})
145
timeout-minutes: 30
146
- if: github.event_name != 'pull_request' || matrix.python-version == '3.12'
147
strategy:
148
fail-fast: false
149
matrix:
@@ -201,7 +200,6 @@ jobs:
201
200
test-postgres-integration:
202
name: Test Postgres Integration (Python ${{ matrix.python-version }})
203
timeout-minutes: 45
204
205
206
207
0 commit comments