Skip to content

Commit

Permalink
Merge pull request #175 from ucsf-education/gh_actions_updates
Browse files Browse the repository at this point in the history
updates CI workflows
  • Loading branch information
stopfstedt authored Mar 16, 2024
2 parents d83789c + 4c60694 commit b62544c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
include:
- php: '8.2'
moodle-branch: 'master'
moodle-branch: 'main'
database: 'mariadb'
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
Expand Down Expand Up @@ -73,11 +73,6 @@ jobs:
if: ${{ !cancelled() }}
run: moodle-plugin-ci phplint

- 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

- name: PHP Mess Detector
continue-on-error: true # This step will show errors but will not fail
if: ${{ !cancelled() }}
Expand Down

0 comments on commit b62544c

Please sign in to comment.