We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca9baf commit 8f6ded2Copy full SHA for 8f6ded2
.github/workflows/integration_tests.yml
@@ -5,6 +5,7 @@ on:
5
push:
6
branches:
7
- main
8
+ - fix/pg-integ-test-seg-fault'
9
10
permissions:
11
id-token: write # This is required for requesting the JWT
@@ -18,7 +19,7 @@ jobs:
18
19
fail-fast: false
20
matrix:
21
python-version: [ "3.11", "3.12", "3.13" ]
- environment: [ "mysql", "pg" ]
22
+ environment: [ "pg" ]
23
24
steps:
25
- name: 'Clone repository'
@@ -72,7 +73,7 @@ jobs:
72
73
74
75
76
77
78
79
0 commit comments