From: Adrien Gallouët Date: Tue, 2 Dec 2025 09:15:01 +0000 (+0100) Subject: ci : skip winget update when not in ggml-org (#17465) X-Git-Tag: upstream/0.0.7446~218 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=4574f2949e49f3b0e644673eb71dc2f7b0050667;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : skip winget update when not in ggml-org (#17465) Prevent forks from generating daily failure notifications. Signed-off-by: Adrien Gallouët --- diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 5c286155..17b55762 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -9,6 +9,7 @@ jobs: update: name: Update Winget Package runs-on: ubuntu-latest + if: ${{ github.repository.owner.login == 'ggml-org' }} steps: - name: Install cargo binstall