Skip to content

Commit 80a135e

Browse files
committed
only run codecov on ubuntu-latest x64
1 parent a7a67e2 commit 80a135e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ jobs:
5151
# possibly other stuff
5252
token: ${{ secrets.CODECOV_TOKEN }}
5353
fail_ci_if_error: true
54+
if: matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'

0 commit comments

Comments
 (0)