From e43968bc958bea11d67ddcee26bacbe06b656e48 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Tue, 1 Apr 2025 11:41:58 +0200 Subject: [PATCH] add a tag for debug only --- .github/workflows/cloud-regress.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cloud-regress.yml b/.github/workflows/cloud-regress.yml index ee7523f854..ba9e964b76 100644 --- a/.github/workflows/cloud-regress.yml +++ b/.github/workflows/cloud-regress.yml @@ -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() }}