add a tag for debug only

This commit is contained in:
Alexey Masterov
2025-04-01 11:41:58 +02:00
parent 5c8b9457c1
commit e43968bc95

View File

@@ -42,7 +42,7 @@ jobs:
runs-on: [self-hosted, small]
container:
image: ghcr.io/neondatabase/neon-test-extensions-v${{ matrix.pg-version }}:latest
image: ghcr.io/neondatabase/neon-test-extensions-v${{ matrix.pg-version }}:14192004730
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
@@ -66,8 +66,6 @@ jobs:
- name: Run the regression tests
run: /run-tests.sh
env:
BENCHMARK_CONNSTR: ${{steps.create-branch.outputs.dsn}}
- name: Delete Neon Project
if: ${{ always() }}