Commit 9c8780dad07 for php.net
commit 9c8780dad071ccc5a60c16ae2f3afe23210cb2d4
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date: Wed Feb 18 16:53:16 2026 +0100
[skip ci] Add missing benchmarking checkout ref
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.