From 1b3e9c0a7ec34303d8adc8b6d4514f903e6df0bd Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Sat, 2 Dec 2023 00:18:51 +0000 Subject: [PATCH] Don't trigger codecov on schedule (#11) --- .github/workflows/gh-ci.yaml | 1 + 1 file changed, 1 insertion(+) 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