From 560284130e45541dc218410423cd61e0f858d045 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Fri, 1 Dec 2023 13:46:27 +0000 Subject: [PATCH] Don't trigger codecov on schedule --- .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