Skip to content

Commit 3710e35

Browse files
committed
fixed syntax error in file ci.yml
1 parent a63e20d commit 3710e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
# Make Coveralls non-blocking and only run if a token exists
2727
- name: Upload coverage to Coveralls (non-blocking)
28-
if: ${{ secrets.COVERALLS_REPO_TOKEN != '' && always() }}
28+
if: ${{ secrets.COVERALLS_REPO_TOKEN != '' }}
2929
uses: coverallsapp/github-action@v2
3030
with:
3131
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)