Skip to content

Commit 340cd76

Browse files
committed
🧬 Rename reusable workflow for triggering SonarQube scan. Align the naming about it must to start with *rw_* if it's reusable workflow.
1 parent e534cc5 commit 340cd76

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
@@ -94,7 +94,7 @@ jobs:
9494
sonarqube_finish:
9595
# name: Trigger SoarQube service to scan and analyse project
9696
needs: [unit-test_codecov]
97-
uses: ./.github/workflows/sonarqube_scan.yaml
97+
uses: ./.github/workflows/rw_sonarqube_scan.yaml
9898
secrets:
9999
sonar_token: ${{ secrets.SONAR_TOKEN }}
100100
# with:

0 commit comments

Comments
 (0)