Skip to content

Commit 8ba02cb

Browse files
committed
Run Coveralls once
1 parent 8ca14a7 commit 8ba02cb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/linux-x64-build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
npm run clean
7777
7878
- name: Coveralls Parallel
79+
if: ${{ matrix.ros_distribution == 'rolling' && matrix['node-version'] == '24.X' }}
7980
uses: coverallsapp/github-action@v2
8081
with:
8182
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -84,6 +85,7 @@ jobs:
8485

8586
finish:
8687
needs: build
88+
if: always()
8789
runs-on: ubuntu-latest
8890
steps:
8991
- name: Coveralls Finished

0 commit comments

Comments
 (0)