Explorar el Código

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

Peter Bieringer hace 5 meses
padre
commit
8e8f98d2c6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/test.yml

+ 1 - 0
.github/workflows/test.yml

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