Skip to content

Commit af7dcff

Browse files
committed
TESTING
1 parent 8bd10ad commit af7dcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basic-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ jobs:
7676

7777
# Note: if less issues than expected were found, these numbers should be updated in the PR which fixes the issues!
7878
- name: Fail the build when more spelling issues were found than expected
79-
if: ${{ always() && ( steps.spellcheck.outputs.number_of_issues != 4 || steps.spellcheck.outputs.number_of_files_with_issues != 3 ) }}
79+
if: ${{ always() && ( steps.spellcheck.outputs.number_of_issues != 2 || steps.spellcheck.outputs.number_of_files_with_issues != 4 ) }}
8080
run: exit 1

0 commit comments

Comments
 (0)