We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a97cad commit 128a848Copy full SHA for 128a848
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: unit tests
35
run: npm test
36
- name: Upload coverage reports
37
- if: always() && matrix.os == 'ubuntu-latest' && matrix.node-version == '22.x'
+ if: always() && github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node-version == '22.x'
38
uses: actions/upload-artifact@v4
39
with:
40
name: coverage-report
0 commit comments