Skip to content

Commit

Permalink
try other sha
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Oct 23, 2024
1 parent 7af5d84 commit 9cc8a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compilation-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 9cc8a18

Please sign in to comment.