Fix pg_graphql

This commit is contained in:
Alexey Masterov
2025-04-11 15:35:28 +02:00
parent ecb059d5f7
commit 307899408f
2 changed files with 10 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ jobs:
run: /run-tests.sh -r /ext-src
env:
BENCHMARK_CONNSTR: ${{ steps.create-neon-project.outputs.dsn }}
SKIP: "pg_hint_plan-src,pg_repack-src"
SKIP: "pg_hint_plan-src,pg_repack-src,pg_cron-src"
- name: Delete Neon Project
if: ${{ always() }}