Skip to content

Commit

Permalink
Fix perf results CI (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov authored Dec 12, 2024
1 parent c62e23c commit 69f8337
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/postgresql-perf-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
- name: 'Create comment'
run: |
gh pr comment ${PR_NUMBER} -F ../pr_perf_results --edit-last || \
gh pr comment ${PR_NUMBER} -F ../pr_perf_results
gh pr comment ${PR_NUMBER} -F pr_perf_results --edit-last || \
gh pr comment ${PR_NUMBER} -F pr_perf_results
env:
PR_NUMBER: ${{ github.event.number }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: src

0 comments on commit 69f8337

Please sign in to comment.