Skip to content

Commit

Permalink
Merge pull request #81 from MDAnalysis/fix-cron-codecov
Browse files Browse the repository at this point in the history
Disallow cron codecov calls
  • Loading branch information
orbeckst authored Jul 7, 2024
2 parents 8c8995c + 79964f2 commit 2972714
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fetch-depth: 0

- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -66,7 +66,8 @@ jobs:
pytest -v --cov=MDAnalysisData --cov-report=xml --color=yes MDAnalysisData/tests
- name: Codecov
uses: codecov/codecov-action@v2
if: github.event_name != 'schedule'
uses: codecov/codecov-action@v4
with:
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 2972714

Please sign in to comment.