Skip to content

Commit

Permalink
Updating to suggested changes.
Browse files Browse the repository at this point in the history
Signed-off-by: Vasil Boyadzhiev <vasil.boyadzhiev@limechain.tech>
  • Loading branch information
san-est committed Sep 11, 2024
1 parent b8a3562 commit 1d79e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-zxc-compile-application-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ jobs:
- name: Publish to Codacy
env:
CODACY_PROJECT_TOKEN: ${{ secrets.codacy-project-token }}
if: ${{ inputs.enable-unit-tests && !cancelled() && github.event.pull_request.head.repo.full_name == github.repository }}
if: ${{ inputs.enable-unit-tests && !cancelled() && !github.event.pull_request.head.repo.fork }}
run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report -l Java -r gradle/reports/build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml

- name: Upload Test Reports
Expand Down

0 comments on commit 1d79e1c

Please sign in to comment.