Skip to content

Commit

Permalink
PG-1238 Remove redundant code checkout and add required permission (#377
Browse files Browse the repository at this point in the history
)

* PG-1238 Remove redundant code checkout

* PG-1238 Add required permission for Perf results
  • Loading branch information
artemgavrilov authored Dec 11, 2024
1 parent 8a199ca commit c62e23c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/postgresql-perf-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

permissions:
contents: read
pull-requests: write

jobs:
download:
Expand Down Expand Up @@ -38,12 +39,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 || \
Expand Down

0 comments on commit c62e23c

Please sign in to comment.