From ea2f4a7bb7139da2ef3adcb8f7d95c6d9804c131 Mon Sep 17 00:00:00 2001 From: Auri Munoz Date: Tue, 5 Nov 2024 09:06:48 +0100 Subject: [PATCH] Remove quality job after new release process --- .github/workflows/build.yml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) 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