Skip to content

Commit

Permalink
Don't trigger codecov on schedule (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Dec 2, 2023
1 parent 022c026 commit 1b3e9c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b3e9c0

Please sign in to comment.