diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index f13651b..1b7c2ab 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -54,6 +54,7 @@ jobs: python -Ic "from mda_xdrlib import xdrlib" - uses: codecov/codecov-action@v3 + if: github.event_name != 'schedule' with: files: coverage.xml fail_ci_if_error: true