Skip to content

Commit a1a9a75

Browse files
committed
ci : skip winget update when not in ggml-org
Prevent forks from generating daily failure notifications. Signed-off-by: Adrien Gallouët <[email protected]>
1 parent 0c7220d commit a1a9a75

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)