CI: Remove stray comma from webhook payload in web-benchmarks.yml

This commit is contained in:
Jelle Raaijmakers 2026-04-14 16:54:12 +02:00 committed by Jelle Raaijmakers
parent f498cfcfd0
commit 6904389746

View file

@ -144,7 +144,7 @@ jobs:
"os": "${{ matrix.os_name }}",
"arch": "${{ matrix.arch }}",
"artifact": "web-benchmarks-results-${{ matrix.os_name }}-${{ matrix.arch }}",
"artifact_run_id": "${{ github.run_id }}",
"artifact_run_id": "${{ github.run_id }}"
}' > request.json
curl \
--fail \