Skip to content

Commit 06a008d

Browse files
committed
Try this
1 parent d8826c1 commit 06a008d

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
@@ -77,5 +77,5 @@ jobs:
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
7979
# yamllint disable-line rule:line-length
80-
if: ${{ steps.spellcheck.outputs.success == false && steps.spellcheck.outputs.number_of_issues != 4 && steps.spellcheck.outputs.number_of_files_with_issues != 3}}
80+
if: ${{ always() && steps.spellcheck.outputs.number_of_issues != 4 && steps.spellcheck.outputs.number_of_files_with_issues != 3}}
8181
run: exit 1

0 commit comments

Comments
 (0)