There was an error while loading. Please reload this page.
1 parent 392f247 commit 08a978dCopy full SHA for 08a978d
1 file changed
.github/workflows/build.yml
@@ -519,7 +519,7 @@ jobs:
519
bash <(curl -Ls https://coverage.codacy.com/get.sh) report --partial --project-token '${{ secrets.CODACY_PROJECT_TOKEN }}'
520
521
finalize-coverage:
522
- if: ${{ (needs.test-python.result == 'success' || needs.test-python.result == 'failure') && (needs.test-node.result == 'success' || needs.test-node.result == 'failure') }}
+ if: ${{ !cancelled() && (needs.test-python.result == 'success' || needs.test-python.result == 'failure') && (needs.test-node.result == 'success' || needs.test-node.result == 'failure') }}
523
needs: [test-python, test-node]
524
525
runs-on: ubuntu-slim
0 commit comments