Skip to content

Commit 307e7cc

Browse files
authored
ci: update generic workflows (#297)
1 parent a62c575 commit 307e7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
The subject "{subject}" found in the pull request title "{title}" should start with a lowercase character.
2727
2828
# Comments the error message from the above lint_pr_title action
29-
- if: ${{steps.lint_pr_title.outputs.error_message != null && !contains(fromJson('["asyncapi-bot", "dependabot[bot]", "dependabot-preview[bot]", "allcontributors"]'), github.actor)}}
29+
- if: ${{ always() && steps.lint_pr_title.outputs.error_message != null && !contains(fromJson('["asyncapi-bot", "dependabot[bot]", "dependabot-preview[bot]", "allcontributors"]'), github.actor)}}
3030
name: Comment on PR
3131
uses: marocchino/sticky-pull-request-comment@39c5b5dc7717447d0cba270cd115037d32d28443 #version 2.2
3232
with:

0 commit comments

Comments
 (0)