Skip to content

Commit 14957bb

Browse files
committed
update ci
1 parent a076173 commit 14957bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ jobs:
6262
path-to-lcov: lcov.info
6363

6464
finish:
65+
needs: [pre_job, test]
66+
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
6567
name: Coveralls Finished
66-
needs: test
6768
runs-on: ubuntu-latest
6869
steps:
6970
- uses: coverallsapp/github-action@master

0 commit comments

Comments
 (0)