Explorar o código

chore: remove sonar manual step

Lucas Severo Alves %!s(int64=4) %!d(string=hai) anos
pai
achega
3fc5aa913b
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      .github/workflows/ci.yml

+ 0 - 7
.github/workflows/ci.yml

@@ -178,13 +178,6 @@ jobs:
           export KUBEBUILDER_ATTACH_CONTROL_PLANE_OUTPUT=true
           make test
 
-      - name: SonarCloud Scans
-        if: env.SONAR_TOKEN != ''
-        uses: SonarSource/sonarcloud-github-action@master
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}  # Needed to get PR information, if any
-          SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
-
 
   publish-artifacts:
     runs-on: ubuntu-18.04