mirror of
https://github.com/OpenFreeEnergy/openfe.git
synced 2026-06-04 14:14:22 +08:00
CodeCov only on PR
This commit is contained in:
committed by
Richard Gowers
parent
2991e0f77f
commit
a38a06e6cc
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user