update to run only if succeeded

This commit is contained in:
Dan Saunders
2025-05-13 14:31:16 +00:00
parent aa3639b7ad
commit 2538c3b761

View File

@@ -340,7 +340,6 @@ jobs:
name: Upload Coverage to Codecov
runs-on: ubuntu-latest
needs: [pytest, docker-e2e-tests, docker-e2e-tests-1st]
if: always()
steps:
- name: Download coverage reports