mirror of
https://github.com/n8n-io/n8n
synced 2026-04-19 13:05:54 +02:00
ci: Disable chromatic, if not in main repo (#27747)
This commit is contained in:
2
.github/workflows/ci-pull-requests.yml
vendored
2
.github/workflows/ci-pull-requests.yml
vendored
@@ -188,7 +188,7 @@ jobs:
|
||||
chromatic:
|
||||
name: Chromatic
|
||||
needs: install-and-build
|
||||
if: needs.install-and-build.outputs.design_system == 'true' && github.event_name == 'pull_request'
|
||||
if: needs.install-and-build.outputs.design_system == 'true' && github.event_name == 'pull_request' && github.repository == 'n8n-io/n8n'
|
||||
uses: ./.github/workflows/test-visual-chromatic.yml
|
||||
with:
|
||||
ref: ${{ needs.install-and-build.outputs.commit_sha }}
|
||||
|
||||
Reference in New Issue
Block a user