Remove LLVM SHA from job name to increase legibility

This commit is contained in:
Oliver Simons
2026-08-14 16:59:42 +02:00
parent d5441eed8e
commit d600bd4de5
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -121,6 +121,7 @@ jobs:
./bin/llama-completion -m stories260K.gguf -p "One day, Lily met a Shoggoth" -n 500 -c 256
windows:
name: windows / ${{ matrix.build }}
runs-on: windows-2025
env:
+1
View File
@@ -683,6 +683,7 @@ jobs:
name: llama-bin-win-openvino-${{ env.OPENVINO_VERSION_MAJOR }}-x64.zip
windows-cpu:
name: windows-cpu / ${{ matrix.arch }}
needs: [check-release]
if: ${{ needs.check-release.outputs.should_release == 'true' }}