We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43e2c01 + 9c8780d commit c990df8Copy full SHA for c990df8
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