mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-27 06:45:26 +02:00
ci: Ignore release branches for chromatic ci workflow (no-changelog) (#21978)
This commit is contained in:
parent
29527d0579
commit
0a7e092efb
3
.github/workflows/chromatic.yml
vendored
3
.github/workflows/chromatic.yml
vendored
|
|
@ -36,7 +36,8 @@ jobs:
|
|||
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')
|
||||
!startsWith(github.event.pull_request.head.ref, 'release/') &&
|
||||
!startsWith(github.event.pull_request.head.ref, 'release-pr/')
|
||||
)
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2204
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user