From 1369a331f182c660e0dc815093ebc2181472fd44 Mon Sep 17 00:00:00 2001 From: Artem Gavrilov Date: Wed, 11 Dec 2024 16:04:30 +0200 Subject: [PATCH] PG-1238 Remove redundant code checkout --- .github/workflows/postgresql-perf-results.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/postgresql-perf-results.yml b/.github/workflows/postgresql-perf-results.yml index fb32d1bc..64bce352 100644 --- a/.github/workflows/postgresql-perf-results.yml +++ b/.github/workflows/postgresql-perf-results.yml @@ -38,12 +38,6 @@ jobs: run: | unzip pr_perf_results.zip - - name: Clone pg_tde repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - with: - path: 'src' - ref: ${{ github.event.workflow_run.head_branch }} - - name: 'Create comment' run: | gh pr comment ${PR_NUMBER} -F ../pr_perf_results --edit-last || \