Skip to content

Commit

Permalink
Fix changelog workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Mar 19, 2024
1 parent 65ebd7f commit 16f754c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# checks that a .changelog entry is present for a PR
changelog-check:
# If there a `pr/no-changelog` label we ignore this check.
if: "! ( contains(github.event.pull_request.labels.*.name, 'pr/no-changelog')"
if: "! ( contains(github.event.pull_request.labels.*.name, 'pr/no-changelog') )"
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 16f754c

Please sign in to comment.