We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8427954 commit f8b7450Copy full SHA for f8b7450
1 file changed
.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
36
run: yarn check-style
37
38
- name: Upload coverage reports
39
- if: ${{ matrix.node == "19.x" && github.actor != 'dependabot[bot]' }}
+ if: ${{ github.actor != 'dependabot[bot]' }}
40
uses: paambaati/codeclimate-action@v3.0.0
41
env:
42
CC_TEST_REPORTER_ID: ${{ secrets.TEST_REPORTER_ID }}
0 commit comments