Skip to content

Commit 7b165d3

Browse files
committed
ci : skip winget update when not in ggml-org (ggml-org#17465)
Prevent forks from generating daily failure notifications. Signed-off-by: Adrien Gallouët <angt@huggingface.co>
1 parent 12b8e44 commit 7b165d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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)