Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan authored Jun 20, 2023
1 parent e857b6c commit 1f572e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew build sonarqube --info
run: ./gradlew build sonarqube --info
if: github.event_name != 'pull_request'
- name: Build and analyze (PR)
run: echo 'Temporarily disabled'
if: github.event_name == 'pull_request'

0 comments on commit 1f572e7

Please sign in to comment.