Skip to content

Commit

Permalink
Fix GHA changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Nov 30, 2023
1 parent 5c71758 commit ca8e36f
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 @@ -47,7 +47,7 @@ jobs:
BASE_BRANCH: ${{ github.base_ref }}

- name: Registry changelog check
if: steps.filter.outputs.volto == 'true'
if: steps.filter.outputs.registry == 'true'
run: |
# Fetch the pull request' base branch so towncrier will be able to
# compare the current branch with the base branch.
Expand Down

0 comments on commit ca8e36f

Please sign in to comment.