Skip to content

Commit 917b2ef

Browse files
committed
add parallel-finished option to the project-ci.yaml
1 parent 7a7b854 commit 917b2ef

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/project-ci.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@ jobs:
3636
with:
3737
github-token: ${{ secrets.GITHUB_TOKEN }}
3838

39+
finish:
40+
needs: tests
41+
if: ${{ always() }}
42+
runs-on: ubuntu-24.04
43+
steps:
44+
- name: Coveralls Finished
45+
uses: coverallsapp/github-action@v2.3.7
46+
with:
47+
parallel-finished: true
48+
3949
docs:
4050
runs-on: ubuntu-latest
4151
timeout-minutes: 15

0 commit comments

Comments
 (0)