ci: Conditionally run codecov upload
This commit is contained in:
parent
8b252d493a
commit
fba196484c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/server-postgres-tests.yml
vendored
1
.github/workflows/server-postgres-tests.yml
vendored
|
|
@ -124,6 +124,7 @@ jobs:
|
|||
ORCHESTRATOR_URL: http://test-orchestrator.frappe.io
|
||||
|
||||
- name: Upload coverage data
|
||||
if: ${{ steps.check-build.outputs.build == 'strawberry' }}
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
name: Postgres
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue