Skip to content

Commit 50afcf2

Browse files
committed
✏️ Modify the value of key *jobs.<step>.needs* to be correct.
1 parent 7cb1632 commit 50afcf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_pyproject_ci_multi-tests_by_poetry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114

115115
sonarqube_finish:
116116
# name: Trigger SoarQube service to scan and analyse project
117-
needs: [unit-test_codecov]
117+
needs: [all-test_codecov]
118118
uses: ./.github/workflows/sonarqube_scan.yaml
119119
secrets:
120120
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)