Skip to content

Commit 8ad2a6b

Browse files
committed
ci(core): remove invalid matrix guards from test workflow
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 5174b18 commit 8ad2a6b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ jobs:
143143
test-postgres-unit:
144144
name: Test Postgres Unit (Python ${{ matrix.python-version }})
145145
timeout-minutes: 30
146-
if: github.event_name != 'pull_request' || matrix.python-version == '3.12'
147146
strategy:
148147
fail-fast: false
149148
matrix:
@@ -201,7 +200,6 @@ jobs:
201200
test-postgres-integration:
202201
name: Test Postgres Integration (Python ${{ matrix.python-version }})
203202
timeout-minutes: 45
204-
if: github.event_name != 'pull_request' || matrix.python-version == '3.12'
205203
strategy:
206204
fail-fast: false
207205
matrix:

0 commit comments

Comments
 (0)