mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 15:27:03 +02:00
fix: Fix checks in chromatic workflow (no-changelog) (#19786)
This commit is contained in:
parent
57d1673570
commit
47c312f7d3
3
.github/workflows/chromatic.yml
vendored
3
.github/workflows/chromatic.yml
vendored
|
|
@ -25,13 +25,14 @@ jobs:
|
|||
- 'packages/frontend/@n8n/design-system/**'
|
||||
- '.github/workflows/storybook.yml'
|
||||
outputs:
|
||||
has_changes: ${{ steps.changed.outputs.design_system }}
|
||||
has_changes: ${{ steps.changed.outputs.design_system || 'false' }}
|
||||
|
||||
chromatic:
|
||||
needs: [changeset]
|
||||
if: |
|
||||
github.event_name == 'workflow_dispatch' ||
|
||||
(
|
||||
github.event_name == 'pull_request_review' &&
|
||||
needs.changeset.outputs.has_changes == 'true' &&
|
||||
github.event.review.state == 'approved' &&
|
||||
!contains(github.event.pull_request.labels.*.name, 'community')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user