diff --git a/.github/workflows/compilation-benchmark.yaml b/.github/workflows/compilation-benchmark.yaml index 1c30b0eafa8..443ee801e8a 100644 --- a/.github/workflows/compilation-benchmark.yaml +++ b/.github/workflows/compilation-benchmark.yaml @@ -76,7 +76,7 @@ jobs: --method POST \ -H "Accept: application/vnd.github+json" \ -H "X-GitHub-Api-Version: 2022-11-28" \ - /repos/${{ github.repository }}/statuses/${{ github.sha }} \ + /repos/${{ github.repository }}/statuses/${{ github.event.pull_request.head.sha }} \ -f "state=success" \ -f "context=Benchmark Results" \ -f "description=Benchmark results are available" \