mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00: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
d856858015
commit
436d608728
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
Reference in a new issue