We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61065a commit babb913Copy full SHA for babb913
.github/workflows/continuous-inspection.yml
@@ -24,6 +24,7 @@ jobs:
24
run: mvn -P test-coverage verify
25
26
- name: Analyse code quality with Sonar
27
+ if: github.repository == 'spring-projects/spring-batch'
28
env:
29
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
30
SONAR_HOST_URL: ${{ secrets.SONAR_URL }}
0 commit comments