Commit 89fe24240 for llama.cpp

commit 89fe24240548456477870b2a627cd8021fea1e39
Author: Georgi Gerganov <ggerganov@gmail.com>
Date:   Mon Sep 14 11:51:06 2026 +0300

    ci : trigger self-hosted CI on changes to ci/run.sh (#28859)

    The workflow's push/pull_request path filters did not include the
    ci/run.sh script that all of its jobs execute, so changes to it never
    re-triggered the self-hosted CI.

    Assisted-by: pi:llama.cpp/Qwen3.8-27B

diff --git a/.github/workflows/build-self-hosted.yml b/.github/workflows/build-self-hosted.yml
index c7f992540..2e05988bf 100644
--- a/.github/workflows/build-self-hosted.yml
+++ b/.github/workflows/build-self-hosted.yml
@@ -7,6 +7,7 @@ on:
       - master
     paths: [
       '.github/workflows/build-self-hosted.yml',
+      'ci/run.sh',
       '**/CMakeLists.txt',
       '**/.cmake',
       '**/*.h',
@@ -27,6 +28,7 @@ on:
     types: [opened, synchronize, reopened]
     paths: [
       '.github/workflows/build-self-hosted.yml',
+      'ci/run.sh',
       '**/CMakeLists.txt',
       '**/.cmake',
       '**/*.h',