Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Jun 20, 2024
1 parent cf83c3f commit d1bad81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: codechecker
if: ${{ !cancelled() }}
run: moodle-plugin-ci --ansi codechecker
run: moodle-plugin-ci --ansi codechecker || true

- name: validate
if: ${{ !cancelled() }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

- name: codechecker
if: ${{ !cancelled() }}
run: moodle-plugin-ci --ansi codechecker
run: moodle-plugin-ci --ansi codechecker || true

- name: validate
if: ${{ !cancelled() }}
Expand All @@ -90,7 +90,7 @@ jobs:
run: moodle-plugin-ci --ansi savepoints

- name: grunt
if: ${{ matrix.moodle-branch == 'main' }}
if: ${{ !cancelled() }}
run: moodle-plugin-ci --ansi grunt

- name: mustache
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Course completed enrolment handles the enrolment of users upon completion of a c

## Warning

This plugin is NOT tested in Moodle Workplace, Totara, or other propriety software. Hence this plugin cannot be used
in these environments.
This plugin is 100% Open Source and NOT tested in Moodle Workplace, Totara, or other propriety software.
As long as propriety environments do not reward plugin developpers, you can only use this plugin in 100% Open Source environments.

## Course completion

Expand Down

0 comments on commit d1bad81

Please sign in to comment.