Skip to content

Commit c990df8

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [skip ci] Add missing benchmarking checkout ref
2 parents 43e2c01 + 9c8780d commit c990df8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,7 @@ jobs:
973973
- name: git checkout
974974
uses: actions/checkout@v6
975975
with:
976+
ref: ${{ fromJson(inputs.branch).ref }}
976977
fetch-depth: 0
977978
# ASLR can cause a lot of noise due to missed sse opportunities for memcpy
978979
# and other operations, so we disable it during benchmarking.

0 commit comments

Comments
 (0)