1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-10-03 21:20:45 +00:00

coveralls-test: do not run on PR, related to https://github.com/Kozea/Radicale/issues/1881

This commit is contained in:
Peter Bieringer 2025-10-02 07:28:50 +02:00
parent 2a07c5ab7f
commit 8e8f98d2c6

View file

@ -26,6 +26,7 @@ jobs:
run: tox -c pyproject.toml -e py run: tox -c pyproject.toml -e py
coveralls-test: coveralls-test:
if: github.event_name == 'push'
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]