coveralls-test: do not run on PR, related to https://github.com/Kozea/Radicale/issues/1881
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user