We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4360007 commit 9c8780dCopy full SHA for 9c8780d
1 file changed
.github/workflows/nightly.yml
@@ -973,6 +973,7 @@ jobs:
973
- name: git checkout
974
uses: actions/checkout@v6
975
with:
976
+ ref: ${{ fromJson(inputs.branch).ref }}
977
fetch-depth: 0
978
# ASLR can cause a lot of noise due to missed sse opportunities for memcpy
979
# and other operations, so we disable it during benchmarking.
0 commit comments