Skip to content

Commit 08a978d

Browse files
ci: fix flow
1 parent 392f247 commit 08a978d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ jobs:
519519
bash <(curl -Ls https://coverage.codacy.com/get.sh) report --partial --project-token '${{ secrets.CODACY_PROJECT_TOKEN }}'
520520
521521
finalize-coverage:
522-
if: ${{ (needs.test-python.result == 'success' || needs.test-python.result == 'failure') && (needs.test-node.result == 'success' || needs.test-node.result == 'failure') }}
522+
if: ${{ !cancelled() && (needs.test-python.result == 'success' || needs.test-python.result == 'failure') && (needs.test-node.result == 'success' || needs.test-node.result == 'failure') }}
523523
needs: [test-python, test-node]
524524

525525
runs-on: ubuntu-slim

0 commit comments

Comments
 (0)