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 92bde29 commit 502af5aCopy full SHA for 502af5a
.github/workflows/run-tests.yml
@@ -62,7 +62,8 @@ jobs:
62
env:
63
DB_PORT: ${{ job.services.mysql.ports[3306] }}
64
65
- - name: Run Codacy Coverage Reporter
+ - if: github.event_name == 'push'
66
+ name: Run Codacy Coverage Reporter
67
uses: codacy/codacy-coverage-reporter-action@master
68
with:
69
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
0 commit comments