Skip to content

Commit 5bdddb5

Browse files
don't run coveralls on pull requests
1 parent c57c674 commit 5bdddb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
meson test -C builddir --suite unit --print-errorlogs
6666
6767
- name: coveralls
68-
if: ${{ matrix.coverage == 'true' }}
68+
if: ${{ matrix.coverage == 'true' && github.event_name == 'push' }}
6969
run: |
7070
python3 -m pip install cpp-coveralls
7171
coveralls --exclude tests --root . --build-root builddir --gcov-options '\-lpbc'

0 commit comments

Comments
 (0)