Skip to content

Commit 1ee283a

Browse files
committed
Remove extra sonar scan
1 parent 6f7c8bd commit 1ee283a

File tree

4 files changed

+0
-69
lines changed

4 files changed

+0
-69
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ jobs:
1515
with:
1616
install_java: true
1717

18-
sonar_scan:
19-
uses: ./.github/workflows/sonar.yml
20-
needs: quality_checks
21-
2218
get_commit_id:
2319
runs-on: ubuntu-latest
2420
outputs:

.github/workflows/pull_request.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ jobs:
1515
with:
1616
install_java: true
1717

18-
sonar_scan:
19-
uses: ./.github/workflows/sonar.yml
20-
needs: quality_checks
21-
2218
pr_title_format_check:
2319
uses: ./.github/workflows/pr_title_check.yml
2420

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
with:
1515
install_java: true
1616

17-
sonar_scan:
18-
uses: ./.github/workflows/sonar.yml
19-
needs: quality_checks
20-
2117
get_commit_id:
2218
runs-on: ubuntu-latest
2319
outputs:

.github/workflows/sonar.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)