From a0f3099333af418fd839e16449ad0314a0503d26 Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Wed, 26 Mar 2025 11:19:54 +0000 Subject: [PATCH] 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. --- .github/workflows/js-benchmarks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/js-benchmarks.yml b/.github/workflows/js-benchmarks.yml index 956d50a1f61..524223d4288 100644 --- a/.github/workflows/js-benchmarks.yml +++ b/.github/workflows/js-benchmarks.yml @@ -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