Skip to content

Commit

Permalink
Disable phpcpd in ci jobs
Browse files Browse the repository at this point in the history
The only failures are in unit tests now, and this check is being
deprecated in moodle-plugin-ci anyway.
https://moodlehq.github.io/moodle-plugin-ci/CHANGELOG.html#unreleased
  • Loading branch information
marxjohnson committed Feb 13, 2024
1 parent dbe4868 commit 35593ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
# Required if you plan to publish (uncomment the below)
# secrets:
# moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
# with:
# Any further options in this section
with:
disable_phpcpd: true

0 comments on commit 35593ab

Please sign in to comment.