diff --git a/.gitea/workflows/sonar.yml b/.gitea/workflows/sonar.yml index 50cb008..1676f1a 100644 --- a/.gitea/workflows/sonar.yml +++ b/.gitea/workflows/sonar.yml @@ -10,6 +10,7 @@ jobs: sonarqube: name: SonarQube Trigger runs-on: ubuntu-latest + if: ${{ !endsWith (github.repository, 'Templates/Python') }} steps: - name: Checking out uses: actions/checkout@v4