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 6f56604 commit c55dd31Copy full SHA for c55dd31
.github/workflows/main.yml
@@ -158,7 +158,7 @@ jobs:
158
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
159
160
sonarcloud:
161
- if: github.event_name != 'schedule' && secrets.SONAR_TOKEN
+ if: github.event_name != 'schedule' || github.event_name != 'pull_request'
162
runs-on: ubuntu-latest
163
steps:
164
- name: Checkout repository
0 commit comments