Skip to content

Commit

Permalink
Disable sonar analysis step
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Steinbeck committed Dec 15, 2023
1 parent 577cb3f commit ec0a669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
restore-keys: ${{ runner.os }}-gradle

- name: Sonar Analysis
if: runner.os == 'Linux'
if: ${{ false }}
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ec0a669

Please sign in to comment.