We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab8025 commit 773d498Copy full SHA for 773d498
.github/workflows/default.yml
@@ -31,7 +31,7 @@ jobs:
31
run: make test
32
33
- name: Upload coverage reports to Codecov
34
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-latest' }}
35
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments