Skip to content

Commit b425e86

Browse files
authored
Merge pull request #111 from Chisanan232/develop
[CU-86evamthh] Fix the incorrect if-condition in the test workflow
2 parents d1c1a5c + bb51f1b commit b425e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_python_project_ci_one-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080

8181
unit-test_codecov:
8282
# name: Organize and generate the testing report and upload it to Codecov
83+
if: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') }}
8384
needs: run_unit-test
8485
uses: ./.github/workflows/rw_organize_test_cov_reports.yaml
8586
with:
@@ -89,7 +90,6 @@ jobs:
8990
codecov_finish:
9091
# name: Organize and generate the testing report and upload it to Codecov
9192
# if: github.ref_name == 'release' || github.ref_name == 'master'
92-
if: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') }}
9393
needs: [unit-test_codecov]
9494
uses: ./.github/workflows/rw_upload_test_cov_report.yaml
9595
secrets:

0 commit comments

Comments
 (0)