File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ jobs:
40
40
env :
41
41
COMPOSER_ROOT_VERSION : ${{ vars.COMPOSER_ROOT_VERSION }}
42
42
43
- - name : Upload Scrutinizer coverage
44
- uses : sudo-bot/action-scrutinizer@latest
45
- # Do not run this step on forked versions of the main repository (example: contributor forks)
46
- if : github.repository == 'runopencode/query-resources-loader-bundle'
47
- with :
48
- cli-args : " --format=php-clover build/logs/clover.xml --revision=${{ github.event.pull_request.head.sha || github.sha }}"
49
-
43
+ # - name: Upload Scrutinizer coverage
44
+ # uses: sudo-bot/action-scrutinizer@latest
45
+ # # Do not run this step on forked versions of the main repository (example: contributor forks)
46
+ # if: github.repository == 'runopencode/query-resources-loader-bundle'
47
+ # with:
48
+ # cli-args: "--format=php-clover build/logs/clover.xml --revision=${{ github.event.pull_request.head.sha || github.sha }}"
49
+ #
You can’t perform that action at this time.
0 commit comments