We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63e20d commit 3710e35Copy full SHA for 3710e35
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
26
# Make Coveralls non-blocking and only run if a token exists
27
- name: Upload coverage to Coveralls (non-blocking)
28
- if: ${{ secrets.COVERALLS_REPO_TOKEN != '' && always() }}
+ if: ${{ secrets.COVERALLS_REPO_TOKEN != '' }}
29
uses: coverallsapp/github-action@v2
30
with:
31
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments