Skip to content

Commit abeb190

Browse files
committed
TESTING/fail build
1 parent adbcdf6 commit abeb190

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
# Note: if less issues than expected were found, these numbers should be updated in the PR which fixes the issues!
7777
- name: Fail the build when more spelling issues were found than expected
7878
# yamllint disable-line rule:line-length
79-
if: ${{ steps.spellcheck.outputs.success == false && steps.spellcheck.outputs.number_of_issues != 5 && steps.spellcheck.outputs.number_of_files_with_issues != 3}}
79+
if: ${{ steps.spellcheck.outputs.success == false && steps.spellcheck.outputs.number_of_issues != 4 && steps.spellcheck.outputs.number_of_files_with_issues != 3}}
8080
run: exit 1

0 commit comments

Comments
 (0)