diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6a65f2357f..2df0154b98 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -118,6 +118,7 @@ jobs: uses: sudo-bot/action-scrutinizer@latest # Do not run this step on forked versions of the main repository (example: contributor forks) if: github.repository == 'phpmyadmin/phpmyadmin' + continue-on-error: true with: cli-args: "--format=php-clover build/logs/clover.xml --revision=${{ github.event.pull_request.head.sha || github.sha }}" @@ -177,6 +178,7 @@ jobs: uses: sudo-bot/action-scrutinizer@latest # Do not run this step on forked versions of the main repository (example: contributor forks) if: github.repository == 'phpmyadmin/phpmyadmin' + continue-on-error: true with: cli-args: "--format=php-clover build/logs/clover.xml --revision=${{ github.event.pull_request.head.sha || github.sha }}" @@ -246,6 +248,7 @@ jobs: uses: sudo-bot/action-scrutinizer@latest # Do not run this step on forked versions of the main repository (example: contributor forks) if: github.repository == 'phpmyadmin/phpmyadmin' + continue-on-error: true with: cli-args: "--format=php-clover build/logs/clover.xml --revision=${{ github.event.pull_request.head.sha || github.sha }}"