Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
rdebleu committed Oct 21, 2023
1 parent e4a1fd8 commit a52bbf3
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
@@ -94,7 +94,7 @@ jobs:

- name: coveralls
if: ${{ !cancelled() }}
run: moodle-plugin-ci coveralls-upload
run: moodle-plugin-ci coveralls-upload || true
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -141,6 +141,6 @@ jobs:

- name: coveralls
if: ${{ !cancelled() }}
run: moodle-plugin-ci coveralls-upload
run: moodle-plugin-ci coveralls-upload || true
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a52bbf3

Please sign in to comment.