Skip to content

Commit 5f6573f

Browse files
committed
fix(ci): Remove scrutinizer from pipeline
1 parent 21be7a3 commit 5f6573f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
env:
4141
COMPOSER_ROOT_VERSION: ${{ vars.COMPOSER_ROOT_VERSION }}
4242

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+
#

0 commit comments

Comments
 (0)