Просмотр исходного кода

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

Peter Bieringer 4 месяцев назад
Родитель
Сommit
8e8f98d2c6
1 измененных файлов с 1 добавлено и 0 удалено
  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]