فهرست منبع

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

Peter Bieringer 4 ماه پیش
والد
کامیت
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]