diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74f1ba5a..a6552d48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,26 +85,4 @@ jobs: distribution: temurin cache: maven - name: Compatibility Check - run: mvn install -DskipTests && mvn install revapi:check@check-compatibility -DskipTests -fae -pl \!bom - - quality: - needs: [build] - if: github.event_name == 'push' && github.repository_owner == 'smallrye' - runs-on: ubuntu-latest - name: quality - - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - uses: actions/setup-java@v4 - with: - distribution: temurin - java-version: 21 - cache: maven - - - name: sonar - env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - SONAR_TOKEN: ${{secrets.SONAR_TOKEN}} - run: mvn -B install --file pom.xml -Pcoverage javadoc:javadoc sonar:sonar -Dsonar.login=$SONAR_TOKEN -Drevapi.skip=true + run: mvn install -DskipTests && mvn install revapi:check@check-compatibility -DskipTests -fae -pl \!bom \ No newline at end of file