Skip to content

Commit

Permalink
Revert "Sonar PR decoration (primefaces#12520)" (primefaces#12522)
Browse files Browse the repository at this point in the history
This reverts commit 33a44db.
  • Loading branch information
Rapster authored Aug 25, 2024
1 parent 33a44db commit a3fdcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build
run: mvn clean install -T1C -Pjsdoc,minify --batch-mode --show-version
- name: Sonar Cloud
if: matrix.java == 21
if: github.repository == 'primefaces/primefaces' && github.ref == 'refs/heads/master' && matrix.java == 21
run: mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar -Pquick -Dsonar.organization=primefaces -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=${{secrets.SONAR_TOKEN}} -fprimefaces/pom.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a3fdcdc

Please sign in to comment.