Skip to content

Commit

Permalink
chore(ci): remove JS handling from workflow conditionals (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 29, 2025
1 parent cf41aca commit 0e97b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Comment PR
continue-on-error: true
uses: thollander/actions-comment-pull-request@v3
if: ${{ steps.changelog.outputs.skipped == 'false' }}
if: steps.changelog.outputs.skipped == 'false'
with:
message: |
# Current changelog
Expand Down

0 comments on commit 0e97b66

Please sign in to comment.