Skip to content

Commit bce41f4

Browse files
committed
ci: skip sending coverage on windows
1 parent b8ed49d commit bce41f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
push:
88
branches:
99
- main
10-
- renovate/*
11-
- renovate/*
1210

1311
jobs:
1412
lint:
@@ -82,4 +80,5 @@ jobs:
8280
run: pnpm prepack
8381

8482
- name: 🟩 Coverage
83+
if: matrix.os == 'ubuntu-latest'
8584
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)