mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
CI: Always run latest version of js-benchmarks
Currently we default to GITHUB_REF for the checkout of js-benchmarks, and if we've built up a large backlog of benchmark jobs to run, this can mean we're running against a severely outdated version of js-benchmarks. This new behavior allows us to see a failed js-benchmarks job, fix the bug, and restart the failed job. This is important since we're testing a specific commit and build from the upstream JS/WASM workflow.
This commit is contained in:
parent
03fa367d9d
commit
5e9d2461f3
1
.github/workflows/js-and-wasm-benchmarks.yml
vendored
1
.github/workflows/js-and-wasm-benchmarks.yml
vendored
|
|
@ -36,6 +36,7 @@ jobs:
|
|||
with:
|
||||
repository: LadybirdBrowser/js-benchmarks
|
||||
path: js-benchmarks
|
||||
ref: master
|
||||
|
||||
- name: 'Install dependencies'
|
||||
if: ${{ matrix.os_name == 'Linux' }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user