Skip to content

Commit 3b1f08c

Browse files
authored
[CI] Make c2c ratio checks in the template repo not fatal (#785)
1 parent 9f41084 commit 3b1f08c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/c2c-ratio-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
4444
- name: Check ratio
4545
id: ratio
46+
continue-on-error: ${{ github.repository == 'learning-process/parallel_programming_course' }}
4647
run: python3 scripts/check_comment_to_code_ratio.py report.md --limit 10
4748

4849
- name: Print final percentage

0 commit comments

Comments
 (0)