We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8826c1 commit 06a008dCopy full SHA for 06a008d
.github/workflows/basic-qa.yml
@@ -77,5 +77,5 @@ jobs:
77
# Note: if less issues than expected were found, these numbers should be updated in the PR which fixes the issues!
78
- name: Fail the build when more spelling issues were found than expected
79
# 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}}
+ if: ${{ always() && steps.spellcheck.outputs.number_of_issues != 4 && steps.spellcheck.outputs.number_of_files_with_issues != 3}}
81
run: exit 1
0 commit comments