We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f41084 commit 3b1f08cCopy full SHA for 3b1f08c
1 file changed
.github/workflows/c2c-ratio-pr.yml
@@ -43,6 +43,7 @@ jobs:
43
44
- name: Check ratio
45
id: ratio
46
+ continue-on-error: ${{ github.repository == 'learning-process/parallel_programming_course' }}
47
run: python3 scripts/check_comment_to_code_ratio.py report.md --limit 10
48
49
- name: Print final percentage
0 commit comments