Skip to content

Commit 4574f29

Browse files
authored
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>
1 parent ab6726e commit 4574f29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/winget.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
update:
1010
name: Update Winget Package
1111
runs-on: ubuntu-latest
12+
if: ${{ github.repository.owner.login == 'ggml-org' }}
1213

1314
steps:
1415
- name: Install cargo binstall

0 commit comments

Comments
 (0)