Skip to content

Commit

Permalink
Removes duplicate if from changelog checker
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed Feb 28, 2024
1 parent 4c48128 commit 6520507
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Assert CHANGELOG.md is modified
uses: actions/github-script@v7
if: steps.changelog-check.outputs.any_changed != 'true'
if: steps.label-check.has_label == "false" && steps.changelog-check.outputs.any_changed != 'true'
script: |
core.setFailed("No changes to CHANGELOG.md detected. Add 'no-changelog' label if this is intentional.")
Expand Down

0 comments on commit 6520507

Please sign in to comment.