CodeCov only on PR

This commit is contained in:
David W.H. Swenson
2023-06-21 13:15:03 -05:00
committed by Richard Gowers
parent 2991e0f77f
commit a38a06e6cc

View File

@@ -77,7 +77,7 @@ jobs:
- name: codecov
if: ${{ github.repository == 'OpenFreeEnergy/openfe'
&& github.event_name != 'schedule' }}
&& github.event_name == 'pull_request' }}
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}