diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c1d26a..8ff70a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,10 +58,10 @@ jobs: if: ${{ always() }} run: moodle-plugin-ci phplint - - name: PHP Copy/Paste Detector - continue-on-error: true # This step will show errors but will not fail - if: ${{ always() }} - run: moodle-plugin-ci phpcpd +# - name: PHP Copy/Paste Detector +# continue-on-error: true # This step will show errors but will not fail +# if: ${{ always() }} +# run: moodle-plugin-ci phpcpd - name: PHP Mess Detector continue-on-error: true # This step will show errors but will not fail