diff --git a/.github/workflows/Benchmark.yml b/.github/workflows/Benchmark.yml index a5298b872..27ee4608e 100644 --- a/.github/workflows/Benchmark.yml +++ b/.github/workflows/Benchmark.yml @@ -66,6 +66,7 @@ jobs: if: github.event_name == 'pull_request' permissions: pull-requests: write + contents: write steps: - name: Download all benchmark results @@ -84,6 +85,7 @@ jobs: - name: Post combined results to PR uses: marocchino/sticky-pull-request-comment@v2 + if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} with: path: combined_benchmark_results.txt recreate: true \ No newline at end of file