Explorar o código

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

Peter Bieringer hai 5 meses
pai
achega
8e8f98d2c6
Modificáronse 1 ficheiros con 1 adicións e 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]