mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 01:51:03 +09:00
CI: Make JS Benchmarks use the JS repl from the job with the same commit
In practice this does not make a big difference, but technically it could happen that a second JS Repl artifact was built before the first JS Benchmarks job is executed. So make sure to filter on commit ID.
This commit is contained in:
parent
a7cb2424af
commit
a0f3099333
Notes:
github-actions[bot]
2025-03-26 11:24:16 +00:00
Author: https://github.com/gmta
Commit: a0f3099333
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4095
1 changed files with 1 additions and 0 deletions
1
.github/workflows/js-benchmarks.yml
vendored
1
.github/workflows/js-benchmarks.yml
vendored
|
@ -35,6 +35,7 @@ jobs:
|
|||
uses: dawidd6/action-download-artifact@v9
|
||||
with:
|
||||
workflow: js-artifacts.yml
|
||||
commit: ${{ github.sha }}
|
||||
name: ladybird-js-Linux-x86_64
|
||||
path: js-repl
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue