Skip to content

Commit

Permalink
Merge branch 'master' into fix-12507
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapster authored Aug 25, 2024
2 parents ab14222 + a3fdcdc commit f84eb8a
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 f84eb8a

Please sign in to comment.