mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
CI: Add architecture to js-benchmarks webhook callback
This commit is contained in:
parent
c224644bed
commit
612b0cdddd
Notes:
github-actions[bot]
2025-04-15 09:36:02 +00:00
Author: https://github.com/gmta Commit: https://github.com/LadybirdBrowser/ladybird/commit/612b0cdddd2 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4363
1 changed files with 2 additions and 1 deletions
3
.github/workflows/js-benchmarks.yml
vendored
3
.github/workflows/js-benchmarks.yml
vendored
|
@ -80,7 +80,8 @@ jobs:
|
|||
run: |
|
||||
echo -n '{ \
|
||||
"commit": "${{ github.sha }}", \
|
||||
"os_name": "${{ matrix.os_name }}", \
|
||||
"os": "${{ matrix.os_name }}", \
|
||||
"arch": "${{ matrix.arch }}", \
|
||||
"artifact": "js-benchmarks-results-${{ matrix.os_name }}-${{ matrix.arch }}" \
|
||||
}' > request.json
|
||||
curl \
|
||||
|
|
Loading…
Add table
Reference in a new issue