Skip to content

Commit

Permalink
build: update condition
Browse files Browse the repository at this point in the history
  • Loading branch information
severinstampler committed Apr 4, 2023
1 parent 097e196 commit 1b86e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: wagoid/commitlint-github-action@v5
id: lint_commit_messages
- name: semantic-pull-request
if: always() && (steps.lint_commit_messages.outputs != null)
if: always() && (steps.lint_commit_messages.outputs.length != 0)
id: lint_pr_title
uses: amannn/[email protected]
env:
Expand Down

0 comments on commit 1b86e37

Please sign in to comment.