Skip to content

Commit f8b7450

Browse files
authored
fix(workflow): correct workflow file (#208)
1 parent 8427954 commit f8b7450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: yarn check-style
3737

3838
- name: Upload coverage reports
39-
if: ${{ matrix.node == "19.x" && github.actor != 'dependabot[bot]' }}
39+
if: ${{ github.actor != 'dependabot[bot]' }}
4040
uses: paambaati/codeclimate-action@v3.0.0
4141
env:
4242
CC_TEST_REPORTER_ID: ${{ secrets.TEST_REPORTER_ID }}

0 commit comments

Comments
 (0)