ci : skip winget update when not in ggml-org (#17465)
Prevent forks from generating daily failure notifications. Signed-off-by: Adrien Gallouët <angt@huggingface.co>
This commit is contained in:
parent
ab6726eeff
commit
4574f2949e
|
|
@ -9,6 +9,7 @@ jobs:
|
||||||
update:
|
update:
|
||||||
name: Update Winget Package
|
name: Update Winget Package
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.repository.owner.login == 'ggml-org' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install cargo binstall
|
- name: Install cargo binstall
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue