We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1c1a5c + bb51f1b commit b425e86Copy full SHA for b425e86
.github/workflows/test_python_project_ci_one-test.yaml
@@ -80,6 +80,7 @@ jobs:
80
81
unit-test_codecov:
82
# name: Organize and generate the testing report and upload it to Codecov
83
+ if: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') }}
84
needs: run_unit-test
85
uses: ./.github/workflows/rw_organize_test_cov_reports.yaml
86
with:
@@ -89,7 +90,6 @@ jobs:
89
90
codecov_finish:
91
92
# if: github.ref_name == 'release' || github.ref_name == 'master'
- if: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') }}
93
needs: [unit-test_codecov]
94
uses: ./.github/workflows/rw_upload_test_cov_report.yaml
95
secrets:
0 commit comments