Skip to content

Commit

Permalink
build(.github/workflows/build.yml): skip codacy reports job for depen…
Browse files Browse the repository at this point in the history
…dabot PRs

See codacy/codacy-coverage-reporter-action#45 for more details
  • Loading branch information
shc261392 committed Feb 8, 2022
1 parent e2a7213 commit 174178c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:

- name: Upload coverage reports
uses: codacy/codacy-coverage-reporter-action@master
if: github.actor != 'dependabot[bot]'
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: ./coverage/cobertura-coverage.xml
Expand Down

0 comments on commit 174178c

Please sign in to comment.