From 9c8780dad071ccc5a60c16ae2f3afe23210cb2d4 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Wed, 18 Feb 2026 16:53:16 +0100 Subject: [PATCH] [skip ci] Add missing benchmarking checkout ref --- .github/workflows/nightly.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 6fd84455512..97d28253f54 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -973,6 +973,7 @@ jobs: - name: git checkout uses: actions/checkout@v6 with: + ref: ${{ fromJson(inputs.branch).ref }} fetch-depth: 0 # ASLR can cause a lot of noise due to missed sse opportunities for memcpy # and other operations, so we disable it during benchmarking.