Sfoglia il codice sorgente

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

Peter Bieringer 5 mesi fa
parent
commit
8e8f98d2c6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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]