From 9cc8a185c2622ef7d609fc62e23ab1168645f39e Mon Sep 17 00:00:00 2001 From: Julius Krumbiegel Date: Wed, 23 Oct 2024 20:33:26 +0200 Subject: [PATCH] try other sha --- .github/workflows/compilation-benchmark.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \