diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc0e82b..b620b00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,10 @@ on: [push, pull_request] jobs: ci: - uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main - - name: PHP Copy/Paste Detector continue-on-error: true # This step will show errors but will not fail if: ${{ !cancelled() }} run: moodle-plugin-ci phpcpd + + uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main +