Skip to content

Commit

Permalink
Fix codecov action conditional (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Sep 30, 2024
1 parent 0c5d3bc commit c794b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
pytest -v --nbval-lax examples/
- name: codecov
if: ${{ github.repository == 'OpenFreeEnergy/kartograf' && github.event != 'schedule'}}
if: ${{ github.repository == 'OpenFreeEnergy/kartograf' && github.event_name != 'schedule'}}
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit c794b30

Please sign in to comment.