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.
2 parents 1b6bbd9 + 3007a90 commit 65ac505Copy full SHA for 65ac505
.github/workflows/ci.yml
@@ -36,7 +36,8 @@ jobs:
36
run: composer phpcs
37
- name: Execute tests (Unit and Feature)
38
run: composer test
39
- - name: Run SonarCloud scanner
40
- uses: minvws/nl-irealisatie-generic-pipelines/.github/actions/sonarcloud@main
41
- with:
42
- sonar-token: ${{ secrets.SONAR_TOKEN }}
+ - name: 'Run SonarCloud scanner'
+ if: ${{contains(github.ref, '/pull/')}}
+ uses: SonarSource/[email protected]
+ env:
43
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments